mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-09 23:58:42 +00:00
12 lines
249 B
Markdown
12 lines
249 B
Markdown
# 1. Build
|
|
cargo build --release
|
|
|
|
# 2. Initialise DB (idempotent)
|
|
./target/release/marlin init
|
|
|
|
# 3. Scan a directory
|
|
./target/release/marlin scan ~/Pictures
|
|
|
|
# 4. Tag all JPEGs in Pictures
|
|
./target/release/marlin tag "~/Pictures/**/*.jpg" vacation
|