summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 37cb744..f71ae40 100644
--- a/README.md
+++ b/README.md
@@ -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