diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f4b83c..ee6138d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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) diff --git a/crates/cli-mux/README.md b/crates/cli-mux/README.md index 46cd49e..841882b 100644 --- a/crates/cli-mux/README.md +++ b/crates/cli-mux/README.md @@ -7,5 +7,5 @@ CLI for bulk media muxing ## Commands ```sh -cargo run -- +flix-mux -s 'v:0>eng;a:eng;s:eng:forced?;s:eng?;s:eng:sdh?' ``` diff --git a/crates/cli/README.md b/crates/cli/README.md index 59bd92b..1d0d3ad 100644 --- a/crates/cli/README.md +++ b/crates/cli/README.md @@ -7,6 +7,6 @@ CLI for interacting with a flix database ## Commands ```sh -cargo run -- init -cargo run -- add tmdb movie +flix init +flix add tmdb movie ```