Fixing some misaligned locations in scripts.
This commit is contained in:
parent
07f9f1396b
commit
602e19bc12
|
@ -24,7 +24,7 @@ bleh season 1 (1993-)
|
||||||
|
|
||||||
## Running the webserver
|
## Running the webserver
|
||||||
|
|
||||||
`Torrents.csv` comes with a simple webserver. Run `./webserver.sh`, and goto http://localhost:8080
|
`Torrents.csv` comes with a simple webserver. Run `cd scripts && ./webserver.sh`, and goto http://localhost:8080
|
||||||
|
|
||||||
## Uploading
|
## Uploading
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ An *upload*, consists of making a pull request after running the `add_torrents.s
|
||||||
[Click here](https://gitlab.com/dessalines/torrents.csv/forks/new) to fork this repo.
|
[Click here](https://gitlab.com/dessalines/torrents.csv/forks/new) to fork this repo.
|
||||||
```sh
|
```sh
|
||||||
git clone https://gitlab.com/[MY_USER]/torrents.csv
|
git clone https://gitlab.com/[MY_USER]/torrents.csv
|
||||||
cd torrents.csv
|
cd torrents.csv/scripts
|
||||||
./add_torrents.sh MY_TORRENTS_DIR # `MY_TORRENTS_DIR` is `~/.local/share/data/qBittorrent/BT_backup/` for qBittorrent on linux, but you can search for where your torrents are stored for your client.
|
./add_torrents.sh MY_TORRENTS_DIR # `MY_TORRENTS_DIR` is `~/.local/share/data/qBittorrent/BT_backup/` for qBittorrent on linux, but you can search for where your torrents are stored for your client.
|
||||||
git commit -am "Adding my torrents"
|
git commit -am "Adding my torrents"
|
||||||
git push
|
git push
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
cd server/ui
|
cd ../server/ui
|
||||||
yarn build
|
yarn build
|
||||||
cd ../service
|
cd ../service
|
||||||
cargo run
|
cargo run
|
||||||
|
|
Loading…
Reference in New Issue