From 602e19bc12a6dc6196f3a2d9d5d6aff062cf1f31 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 11 Oct 2018 15:30:05 -0700 Subject: [PATCH] Fixing some misaligned locations in scripts. --- README.md | 4 ++-- scripts/webserver.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d02d74b..a680ab7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/scripts/webserver.sh b/scripts/webserver.sh index 2029b2e..3534bf0 100755 --- a/scripts/webserver.sh +++ b/scripts/webserver.sh @@ -1,4 +1,4 @@ -cd server/ui +cd ../server/ui yarn build cd ../service cargo run