A tool to sync music with your favorite devices
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

README: add cargo install

Gee Sawra dc4dc97c 4511b48d

+7 -1
+7 -1
README.md
··· 13 13 14 14 `tracksync` can also create hardlinks instead of copies of your files: pass the `--link` flag to `sync` to do so. 15 15 16 - ## Compiling 16 + ## Installing 17 + 18 + ```sh 19 + cargo install tracksync 20 + ``` 21 + 22 + ### From sources 17 23 18 24 You need a [Rust](https://rustup.rs/) compiler. 19 25