diff --git a/doc/admin/install/aws.md b/doc/admin/install/aws.md
index 9d158ef2..b9a92cb9 100644
--- a/doc/admin/install/aws.md
+++ b/doc/admin/install/aws.md
@@ -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):
```
- 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:
```
- 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:
```
- 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:
```
diff --git a/doc/admin/install/digitalocean.md b/doc/admin/install/digitalocean.md
index a3aaa037..292679e1 100644
--- a/doc/admin/install/digitalocean.md
+++ b/doc/admin/install/digitalocean.md
@@ -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):
```
- 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:
```
- 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:
```
- 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:
```
diff --git a/doc/admin/install/google_cloud.md b/doc/admin/install/google_cloud.md
index c87654a5..bf228e1f 100644
--- a/doc/admin/install/google_cloud.md
+++ b/doc/admin/install/google_cloud.md
@@ -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):
```
-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:
```
-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:
```
-cd code-server-{version}-linux-x64
+cd code-server{version}-linux-x64
```
- Make the binary executable if you run into any errors regarding permission:
diff --git a/doc/self-hosted/index.md b/doc/self-hosted/index.md
index 0a1b20e0..f3a867f1 100644
--- a/doc/self-hosted/index.md
+++ b/doc/self-hosted/index.md
@@ -25,7 +25,7 @@ It takes just a few minutes to get your own self-hosted server running. If you'v
> NOTE: Be careful with your password as sharing it will grant those users access to your server's file system
### Things To Know
-- When you visit the IP for your code-server instance, you will be greeted with a page similar to the following screenshot. Code-server is using a self-signed SSL certificate for easy setup. In Chrome/Chromium, click **"Advanced"** then click **"proceed anyway"**. In Firefox, click **Advanced**, then **Add Exception**, then finally **Confirm Security Exception**.
+- When you visit the IP for your code-server instance, you will be greeted with a page similar to the following screenshot. Code-server is using a self-signed SSL certificate for easy setup. In Chrome/Chromium, click **"Advanced"** then click **"proceed anyway"**. In Firefox, click **Advanced**, then **Add Exception**, then finally **Confirm Security Exception**.
## Usage
code-server --help
@@ -44,7 +44,7 @@ Options:
-e, --extensions-dir