Skip to content

Commit ddab1a0

Browse files
authored
Merge pull request #730 from T45K/fix-typos
Fix typos in wget url
2 parents 242bb6f + 46298c7 commit ddab1a0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

doc/admin/install/aws.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ If you're just starting out, we recommend [installing code-server locally](../..
3939
```
4040
- 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):
4141
```
42-
wget https://github.com/cdr/code-server/releases/download/{version}/code-server-{version}-linux-x64.tar.gz
42+
wget https://github.com/cdr/code-server/releases/download/{version}/code-server{version}-linux-x64.tar.gz
4343
```
4444
- Extract the downloaded tar.gz file with this command, for example:
4545
```
46-
tar -xvzf code-server-{version}-linux-x64.tar.gz
46+
tar -xvzf code-server{version}-linux-x64.tar.gz
4747
```
4848
- Navigate to extracted directory with this command:
4949
```
50-
cd code-server-{version}-linux-x64
50+
cd code-server{version}-linux-x64
5151
```
5252
- If you run into any permission errors, make the binary executable by running:
5353
```

doc/admin/install/digitalocean.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ If you're just starting out, we recommend [installing code-server locally](../..
2222
```
2323
- 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):
2424
```
25-
wget https://github.com/cdr/code-server/releases/download/{version}/code-server-{version}-linux-x64.tar.gz
25+
wget https://github.com/cdr/code-server/releases/download/{version}/code-server{version}-linux-x64.tar.gz
2626
```
2727
- Extract the downloaded tar.gz file with this command, for example:
2828
```
29-
tar -xvzf code-server-{version}-linux-x64.tar.gz
29+
tar -xvzf code-server{version}-linux-x64.tar.gz
3030
```
3131
- Navigate to extracted directory with this command:
3232
```
33-
cd code-server-{version}-linux-x64
33+
cd code-server{version}-linux-x64
3434
```
3535
- If you run into any permission errors when attempting to run the binary:
3636
```

doc/admin/install/google_cloud.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ https://github.com/cdr/code-server/releases/latest
3333

3434
- 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):
3535
```
36-
wget https://github.com/cdr/code-server/releases/download/{version}/code-server-{version}-linux-x64.tar.gz
36+
wget https://github.com/cdr/code-server/releases/download/{version}/code-server{version}-linux-x64.tar.gz
3737
```
3838

3939
- Extract the downloaded tar.gz file with this command, for example:
4040
```
41-
tar -xvzf code-server-{version}-linux-x64.tar.gz
41+
tar -xvzf code-server{version}-linux-x64.tar.gz
4242
```
4343

4444
- Navigate to extracted directory with this command:
4545
```
46-
cd code-server-{version}-linux-x64
46+
cd code-server{version}-linux-x64
4747
```
4848

4949
- Make the binary executable if you run into any errors regarding permission:

0 commit comments

Comments
 (0)