Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
askolesov committed Jan 27, 2025
1 parent 5feebf4 commit 59517a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Image Vault is a powerful command-line tool specifically designed for managing a
## TLDR

```
mkdir Photos && cd Photos # Create a new directory for your photos
imv init # Initialize a new photo library
imv import <path_to_photos> # Import photos into the library
imv verify # Verify the library integrity
imv cleanup # Cleanup empty directories in the library
mkdir Photos && cd Photos # Create a new directory for your photos
imv init # Initialize a new photo library
imv import <path_to_photos> # Import photos into the library
imv verify --fix # Verify the library integrity and fix any issues
imv cleanup # Cleanup empty directories in the library
```

## Table of Contents
Expand Down

0 comments on commit 59517a3

Please # to comment.