Publish to Crates.io

This commit is contained in:
spikecodes 2020-10-25 21:19:04 -07:00
parent bf27bae8b9
commit 82cf1ed26f
1 changed files with 10 additions and 2 deletions

View File

@ -61,12 +61,12 @@ Think Invidious but for Reddit. Watch your cat videos without being watched.
## Deploy an Instance ## Deploy an Instance
### A) Manual ### A) Cargo
Make sure Rust stable is installed along with `cargo`, Rust's package manager. 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 ### B) Docker
@ -94,3 +94,11 @@ Deploy:
``` ```
libreddit libreddit
``` ```
## Building
```
git clone https://github.com/spikecodes/libreddit
cd libreddit
cargo run
```