diff --git a/README.md b/README.md index 4ed798b..78dff7e 100644 --- a/README.md +++ b/README.md @@ -61,12 +61,12 @@ Think Invidious but for Reddit. Watch your cat videos without being watched. ## Deploy an Instance -### A) Manual +### A) Cargo Make sure Rust stable is installed along with `cargo`, Rust's package manager. ``` -cargo install --git https://github.com/spikecodes/libreddit +cargo install libreddit ``` ### B) Docker @@ -94,3 +94,11 @@ Deploy: ``` libreddit ``` + +## Building + +``` +git clone https://github.com/spikecodes/libreddit +cd libreddit +cargo run +``` \ No newline at end of file