Update README.md

This commit is contained in:
spikecodes 2020-11-23 18:25:22 -08:00
parent 0b92868bfe
commit 74917c672f
2 changed files with 10 additions and 3 deletions

View file

@ -105,6 +105,11 @@ Specify a custom address for the server by passing the `-a` or `--address` argum
libreddit --address=0.0.0.0:8111
```
To disable the media proxy built into Libreddit, run:
```
libreddit --no-default-features
```
## Building from Source
```