Merge pull request #730 from T45K/fix-typos

Fix typos in wget url
This commit is contained in:
Dean Sheather 2019-07-08 09:51:26 +00:00 committed by GitHub
commit ddab1a0626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -39,15 +39,15 @@ If you're just starting out, we recommend [installing code-server locally](../..
``` ```
- Replace {version} in the following command with the version found on the releases page and run it (or just copy the download URL from the releases page): - Replace {version} in the following command with the version found on the releases page and run it (or just copy the download URL from the releases page):
``` ```
wget https://github.com/cdr/code-server/releases/download/{version}/code-server-{version}-linux-x64.tar.gz wget https://github.com/cdr/code-server/releases/download/{version}/code-server{version}-linux-x64.tar.gz
``` ```
- Extract the downloaded tar.gz file with this command, for example: - Extract the downloaded tar.gz file with this command, for example:
``` ```
tar -xvzf code-server-{version}-linux-x64.tar.gz tar -xvzf code-server{version}-linux-x64.tar.gz
``` ```
- Navigate to extracted directory with this command: - Navigate to extracted directory with this command:
``` ```
cd code-server-{version}-linux-x64 cd code-server{version}-linux-x64
``` ```
- If you run into any permission errors, make the binary executable by running: - If you run into any permission errors, make the binary executable by running:
``` ```

View File

@ -22,15 +22,15 @@ If you're just starting out, we recommend [installing code-server locally](../..
``` ```
- Replace {version} in the following command with the version found on the releases page and run it (or just copy the download URL from the releases page): - Replace {version} in the following command with the version found on the releases page and run it (or just copy the download URL from the releases page):
``` ```
wget https://github.com/cdr/code-server/releases/download/{version}/code-server-{version}-linux-x64.tar.gz wget https://github.com/cdr/code-server/releases/download/{version}/code-server{version}-linux-x64.tar.gz
``` ```
- Extract the downloaded tar.gz file with this command, for example: - Extract the downloaded tar.gz file with this command, for example:
``` ```
tar -xvzf code-server-{version}-linux-x64.tar.gz tar -xvzf code-server{version}-linux-x64.tar.gz
``` ```
- Navigate to extracted directory with this command: - Navigate to extracted directory with this command:
``` ```
cd code-server-{version}-linux-x64 cd code-server{version}-linux-x64
``` ```
- If you run into any permission errors when attempting to run the binary: - If you run into any permission errors when attempting to run the binary:
``` ```

View File

@ -33,17 +33,17 @@ https://github.com/cdr/code-server/releases/latest
- Replace {version} in the following command with the version found on the releases page and run it (or just copy the download URL from the releases page): - Replace {version} in the following command with the version found on the releases page and run it (or just copy the download URL from the releases page):
``` ```
wget https://github.com/cdr/code-server/releases/download/{version}/code-server-{version}-linux-x64.tar.gz wget https://github.com/cdr/code-server/releases/download/{version}/code-server{version}-linux-x64.tar.gz
``` ```
- Extract the downloaded tar.gz file with this command, for example: - Extract the downloaded tar.gz file with this command, for example:
``` ```
tar -xvzf code-server-{version}-linux-x64.tar.gz tar -xvzf code-server{version}-linux-x64.tar.gz
``` ```
- Navigate to extracted directory with this command: - Navigate to extracted directory with this command:
``` ```
cd code-server-{version}-linux-x64 cd code-server{version}-linux-x64
``` ```
- Make the binary executable if you run into any errors regarding permission: - Make the binary executable if you run into any errors regarding permission: