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
|
||||
|
||||
`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
|
||||
|
||||
|
@ -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.
|
||||
```sh
|
||||
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.
|
||||
git commit -am "Adding my torrents"
|
||||
git push
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cd server/ui
|
||||
cd ../server/ui
|
||||
yarn build
|
||||
cd ../service
|
||||
cargo run
|
||||
|
|
Loading…
Reference in New Issue