Update readme and contributing

This commit is contained in:
2026-05-31 17:15:39 -06:00
parent b6ad592951
commit d5a05f532f
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ How to Contribute
We'd love to accept your patches and contributions to this project.
We just need you to follow the Contributor License Agreement outlined
in the latest v0.0.x of https://github.com/Skrunix/license
in the latest v0.0.x of https://git.skrundz.dev/skrunix/license
(mirrored to https://github.com/skrunix/license)
+1 -1
View File
@@ -7,5 +7,5 @@ CLI for bulk media muxing
## Commands
```sh
cargo run -- <DIR>
flix-mux -s 'v:0>eng;a:eng;s:eng:forced?;s:eng?;s:eng:sdh?' <DIR>
```
+2 -2
View File
@@ -7,6 +7,6 @@ CLI for interacting with a flix database
## Commands
```sh
cargo run -- init
cargo run -- add tmdb movie <id>
flix init
flix add tmdb movie <id>
```