diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d82bbcd..dda0d18 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -78,7 +78,10 @@ jobs:
else
echo "README.md was not found. Skipping..."
fi
- sed -i 's|\(Latest_Version-\)[^-\ ]*\(-lightblue\)|\1'$current_version'\2|' docs/README.md
+ sed -i \
+ -e 's|\(Latest_Version-\)[^-\ ]*\(-lightblue\)|\1'$current_version'\2|' \
+ -e 's|v[0-9]\+\.[0-9]\+\.[0-9]\+|v'"$current_version"'|g' \
+ docs/README.md
- name: Update compression badge
run: |
diff --git a/docs/README.md b/docs/README.md
index 7b438e8..77c8e05 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -65,7 +65,7 @@
Installation instructions for Blue Marble are below. Click the arrows to expand the instructions you want to see. Blue text is a link.
- Install Chrome (Computer) (Click to Expand)
+ Install Chrome (Click to Expand)
@@ -80,25 +80,15 @@
- Enable "Allow user scripts."
- - Download the BlueMarble.user.js file in the "assets" of the latest release.
- - Open the TamperMonkey Dashboard.
+
- One-click install: Click this link to Install Blue Marble directly: Install Blue Marble
- 
- - Drag the
BlueMarble.user.js file inside the dashboard of TamperMonkey.
-
- 
- - Click the "Install" button to install Blue Marble.
-
- 
- - Enable Blue Marble inside the TamperMonkey dashboard.
-
- 
+ TamperMonkey will automatically detect the userscript and prompt you to Install it.
- Refresh the wplace.live webpage.
- Install Edge (Computer) (Click to Expand)
+ Install Edge (Click to Expand)
- Install the TamperMonkey plugin for Microsoft Edge.
@@ -117,8 +107,8 @@

- Drag the
BlueMarble.user.js file inside the dashboard of TamperMonkey.
- 
- - Click the "Install" button to install Blue Marble.
+

+ - Click the "Install" button to Install Blue Marble.

- Enable Blue Marble inside the TamperMonkey dashboard.
@@ -129,25 +119,15 @@
- Install Firefox (Computer) (Click to Expand)
+ Install FireFox (Click to Expand)
- Install the TamperMonkey plugin for Firefox.
- 
- - Download the BlueMarble.user.js file in the "assets" of the latest release.
- - Open the TamperMonkey Dashboard.
+

+ - One-click install: Click this link to Install Blue Marble directly: Install Blue Marble
- 
- - Drag the
BlueMarble.user.js file inside the dashboard of TamperMonkey.
-
- 
- - Click the "Install" button to install Blue Marble.
-
- 
- - Enable Blue Marble inside the TamperMonkey dashboard.
-
- 
+ TamperMonkey will automatically detect the userscript and prompt you to Install it.
- Refresh the wplace.live webpage.