From 82cf1ed26ff03489bcb1ce2cede4c5a3768b6059 Mon Sep 17 00:00:00 2001 From: spikecodes <19519553+spikecodes@users.noreply.github.com> Date: Sun, 25 Oct 2020 21:19:04 -0700 Subject: [PATCH] Publish to Crates.io --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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