Fixing readme.
This commit is contained in:
parent
e3acf3c062
commit
eef14d16c8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue