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) Install Tutorial
    @@ -80,25 +80,15 @@
    Enable 'Developer Mode' and 'Allow user scripts'
  1. Enable "Allow user scripts."
  2. -
  3. Download the BlueMarble.user.js file in the "assets" of the latest release.
  4. -
  5. Open the TamperMonkey Dashboard. +
  6. One-click install: Click this link to Install Blue Marble directly: Install Blue Marble
    - Enter the TamperMonkey 'Dashboard'
  7. -
  8. Drag the BlueMarble.user.js file inside the dashboard of TamperMonkey. -
    - Drag the userscript into the dashboard
  9. -
  10. Click the "Install" button to install Blue Marble. -
    - Click the 'Install' button
  11. -
  12. Enable Blue Marble inside the TamperMonkey dashboard. -
    - Enable Blue Marble
  13. + TamperMonkey will automatically detect the userscript and prompt you to Install it.
  14. Refresh the wplace.live webpage.
- Install Edge (Computer) (Click to Expand) + Install Edge (Click to Expand)
  1. Install the TamperMonkey plugin for Microsoft Edge. @@ -117,8 +107,8 @@ Enter the TamperMonkey 'Dashboard'
  2. Drag the BlueMarble.user.js file inside the dashboard of TamperMonkey.
    - Drag the userscript into the dashboard
  3. -
  4. Click the "Install" button to install Blue Marble. + Drag the userscript into the dashboard
  5. +
  6. Click the "Install" button to Install Blue Marble.
    Click the 'Install' button
  7. Enable Blue Marble inside the TamperMonkey dashboard. @@ -129,25 +119,15 @@
- Install Firefox (Computer) (Click to Expand) + Install FireFox (Click to Expand)
  1. Install the TamperMonkey plugin for Firefox.
    - Click the 'Add to Firefox' button
  2. -
  3. Download the BlueMarble.user.js file in the "assets" of the latest release.
  4. -
  5. Open the TamperMonkey Dashboard. + Click the 'Add to FireFox' button
  6. +
  7. One-click install: Click this link to Install Blue Marble directly: Install Blue Marble
    - Enter the TamperMonkey 'Dashboard'
  8. -
  9. Drag the BlueMarble.user.js file inside the dashboard of TamperMonkey. -
    - Drag the userscript into the dashboard
  10. -
  11. Click the "Install" button to install Blue Marble. -
    - Click the 'Install' button
  12. -
  13. Enable Blue Marble inside the TamperMonkey dashboard. -
    - Enable Blue Marble
  14. + TamperMonkey will automatically detect the userscript and prompt you to Install it.
  15. Refresh the wplace.live webpage.