diff options
| author | jakka <jakka@jakka.su> | 2025-10-05 13:51:20 +0300 |
|---|---|---|
| committer | jakka <jakka@jakka.su> | 2025-10-05 13:51:20 +0300 |
| commit | 7f9aa7d6c650b8d32dc7eca02975c3e876c72c9d (patch) | |
| tree | c4f960ee06d7dfbb760f4e29a388d2870ba34a85 /README.md | |
| parent | 18636a5bd5b6ab71f51b9291852080e4948bed65 (diff) | |
edited changelog and readmev0.3.3
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -2,8 +2,21 @@ scans a specified folder and reencodes flacs if they needed to be reencoded +## installation + +you can use cargo to install: +`cargo install flac-reencoder` + +or clone the repo and build it yourself + +to build statically just run the default build command: +`cargo build -r` + +to dynamically link to libsqlite3 and libflac libs, use the following command: +`cargo build -r --no-default-features -F linked` + ``` -Usage: reencoder [OPTIONS] [path] +Usage: flac-reencoder [OPTIONS] [path] Arguments: [path] Path for indexing/reencoding |
