summaryrefslogtreecommitdiff
path: root/README.md
blob: 41d28c0c996a746ecf4ef14e204b67aeafc1791b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Develop
You need to have nix with flake feature configured on your system.

Then you run `nix develop` command in your terminal to enter development shell.

In it you can run `cargo run` to test this program.
** Remember to give a testing music direcoty,
so you don't break your music library by mistake.

## Install
### Steam Deck
```
git clone https://git.jptrzy.xyz/ogg-tagger
cd ogg-tagger

nix-build default.nix
nix profile install ./result
```

### Others
Figure it out yourself 🥲
Software created with 💖