Update Readme Screenshot

This commit is contained in:
spikecodes 2020-10-11 17:47:07 -07:00
parent 728c38f358
commit c2d6017d4c
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Think Invidious but for Reddit. Watch your cat videos without being watched.
## Screenshot
![](https://i.ibb.co/Kwwb1CK/image.png)
![](https://i.ibb.co/SfFHDhh/image.png)
## Instances
@ -26,7 +26,7 @@ Think Invidious but for Reddit. Watch your cat videos without being watched.
### A) Manual
Make sure you have [Rust](https://rust-lang.org) installed first or else `cargo` commands won't work.Libreddit uses Rocket for the web server and as of now, Rocket requires Rust Nightly.
Make sure you have [Rust](https://rust-lang.org) installed first or else `cargo` commands won't work. Libreddit uses Rocket for the web server and as of now, Rocket requires Rust Nightly.
```
rustup default nightly