Skip to content

Commit 46298c7

Browse files
committed
fix typos in wget url
1 parent a2ad3d4 commit 46298c7

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
@@ -32,17 +32,17 @@ https://github.com/cdr/code-server/releases/latest
3232

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

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

4343
- Navigate to extracted directory with this command:
4444
```
45-
cd code-server-{version}-linux-x64
45+
cd code-server{version}-linux-x64
4646
```
4747

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

0 commit comments

Comments
 (0)