Publish to Crates.io
This commit is contained in:
parent
bf27bae8b9
commit
82cf1ed26f
12
README.md
12
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
|
||||
```
|
Loading…
Reference in New Issue
Block a user