diff --git a/Website-Installation.md b/Website-Installation.md index 9bd23eb..a8f5128 100644 --- a/Website-Installation.md +++ b/Website-Installation.md @@ -44,10 +44,11 @@ This is a short tutorial on installing ts-website. ### Installation with shell access 1. Connect to your SSH 2. `cd` into your web server directory (usually located in `/var/www` or `/var/www/html`) -3. Run: `wget https://github.com/Wruczek/ts-website/archive/1.0.zip && unzip 1.0.zip && rm 1.0.zip` -4. To move the files to the root directory, run: `mv ts-website-1.0/{*,.*} . 2>/dev/null;rm -r ts-website-1.0/ +3. Install `unzip` if you don't have it already: `sudo apt install unzip` +4. Run: `wget https://github.com/Wruczek/ts-website/archive/1.0.zip && unzip 1.0.zip && rm 1.0.zip` +5. To move the files to the root directory, run: `mv ts-website-1.0/{*,.*} . 2>/dev/null;rm -r ts-website-1.0/ ` -5. Navigate to your web server address in your browser +6. Navigate to your web server address in your browser ***