diff --git a/README.md b/README.md
index ae05e8002..c790f2c0b 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,9 @@ Three types of applications are available: for the **desktop** (Windows, macOS a
Operating System | Download | Alternative
-----------------|--------|-------------------
-Windows (32 and 64-bit) | | or Get the Portable version
(to run from a USB key, etc.)
-macOS | |
-Linux | | An Arch Linux package
[is also available](#terminal-application).
+Windows (32 and 64-bit) | | or Get the Portable version
(to run from a USB key, etc.)
+macOS | |
+Linux | | An Arch Linux package
[is also available](#terminal-application).
The [portable application](https://en.wikipedia.org/wiki/Portable_application) allows installing the software on a portable device such as a USB key. Simply copy the file JoplinPortable.exe in any directory on that USB key ; the application will then create a directory called "JoplinProfile" next to the executable file.
diff --git a/Tools/build-all.sh b/Tools/build-all.sh
index 6b0be9111..f2661241e 100644
--- a/Tools/build-all.sh
+++ b/Tools/build-all.sh
@@ -1,4 +1,4 @@
#!/bin/bash
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-"$ROOT_DIR/CliClient/run.sh" apidoc > "$ROOT_DIR/readme/api.md" && node "$ROOT_DIR/update-readme-download.js" && node "$ROOT_DIR/build-release-stats.js" && node "$ROOT_DIR/build-website.js" && git add -A && git commit -m "Update website" && git pull && git push
\ No newline at end of file
+"$ROOT_DIR/../CliClient/run.sh" apidoc > "$ROOT_DIR/../readme/api.md" && node "$ROOT_DIR/update-readme-download.js" && node "$ROOT_DIR/build-release-stats.js" && node "$ROOT_DIR/build-website.js" && git add -A && git commit -m "Update website" && git pull && git push
\ No newline at end of file
diff --git a/docs/api/index.html b/docs/api/index.html
index 10dc97b13..5fedc9094 100644
--- a/docs/api/index.html
+++ b/docs/api/index.html
@@ -617,16 +617,6 @@ for (let portToTest = 41184; portToTest <= 41194; portToTest++) {
This is a rather large release which includes many of the pull requests that were submitted during Hacktoberfest, plus some extra improvements and bug fixes. Many thanks to all the contributors!
+