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
|
## Webserver
|
||||||
|
|
||||||
`Torrents.csv` comes with a simple webserver. [Demo Server](https://torrents-csv.ml)
|
`Torrents.csv` comes with a simple webserver. [Demo Server](https://torrents-csv.ml)
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://gitlab.com/dessalines/torrents.csv
|
git clone https://gitlab.com/dessalines/torrents.csv
|
||||||
cd torrents.csv/scripts && ./build_sqlite.sh && cd ..
|
cd torrents.csv/scripts && ./build_sqlite.sh && cd ..
|
||||||
|
@ -28,10 +30,12 @@ docker-compose up -d
|
||||||
```
|
```
|
||||||
### Docker Development
|
### Docker Development
|
||||||
|
|
||||||
|
```
|
||||||
git clone https://gitlab.com/dessalines/torrents.csv
|
git clone https://gitlab.com/dessalines/torrents.csv
|
||||||
cd torrents.csv/scripts && ./build_sqlite.sh && cd ..
|
cd torrents.csv/scripts && ./build_sqlite.sh && cd ..
|
||||||
cd docker/dev
|
cd docker/dev
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
```
|
||||||
|
|
||||||
### Local
|
### Local
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue