Fixing readme.

This commit is contained in:
Dessalines 2019-08-27 21:58:01 -07:00
parent e3acf3c062
commit eef14d16c8
1 changed files with 4 additions and 0 deletions

View File

@ -19,7 +19,9 @@ Made with [Rust](https://www.rust-lang.org), [ripgrep](https://github.com/BurntS
## Webserver
`Torrents.csv` comes with a simple webserver. [Demo Server](https://torrents-csv.ml)
### Docker
```
git clone https://gitlab.com/dessalines/torrents.csv
cd torrents.csv/scripts && ./build_sqlite.sh && cd ..
@ -28,10 +30,12 @@ docker-compose up -d
```
### Docker Development
```
git clone https://gitlab.com/dessalines/torrents.csv
cd torrents.csv/scripts && ./build_sqlite.sh && cd ..
cd docker/dev
docker-compose up -d
```
### Local