mirror of
https://github.com/talwat/lowfi
synced 2025-01-13 20:01:27 +00:00
docs: add installing section to readme
This commit is contained in:
parent
679e9ff005
commit
3de4bbfdde
20
README.md
20
README.md
@ -24,6 +24,26 @@ Although, lowfi is yet to be properly tested in difficult conditions,
|
||||
so don't rely on it too much until I do that. See [Scraping](#scraping) if
|
||||
you're interested in downloading the tracks. Beware, there's a lot of them.
|
||||
|
||||
## Installing
|
||||
|
||||
### Cargo
|
||||
|
||||
The recommended installation method is to use cargo:
|
||||
|
||||
```sh
|
||||
cargo install lowfi
|
||||
```
|
||||
|
||||
and making sure $HOME/.cargo/bin is added to $PATH.
|
||||
|
||||
### AUR
|
||||
|
||||
If you're on Arch, you can also use the AUR:
|
||||
|
||||
```sh
|
||||
yay -S lowfi
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
`lowfi`
|
||||
|
Loading…
x
Reference in New Issue
Block a user