diff --git a/ElectronClient/release_version.sh b/ElectronClient/release_version.sh index e0dd5911e..c87b080b2 100755 --- a/ElectronClient/release_version.sh +++ b/ElectronClient/release_version.sh @@ -9,6 +9,9 @@ git commit -m "Electron release $VERSION" git tag $VERSION git push && git push --tags +echo "" echo "Create a draft release at: https://github.com/laurent22/joplin/releases/tag/$VERSION" echo "" -echo "Then run $APP_DIR/update-readme-download.js" \ No newline at end of file +echo "Then run:" +echo "" +echo "node $APP_DIR/update-readme-download.js" \ No newline at end of file diff --git a/README.md b/README.md index 3493b3dba..2741b5853 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ Three types of applications are available: for the **desktop** (Windows, macOS a Operating System | Download -----------------|-------- -Windows | Get it on Windows -macOS | Get it on macOS -Linux | Get it on macOS +Windows | Get it on Windows +macOS | Get it on macOS +Linux | Get it on macOS ## Mobile applications diff --git a/docs/index.html b/docs/index.html index 023555b27..da3bcce24 100644 --- a/docs/index.html +++ b/docs/index.html @@ -218,15 +218,15 @@ Windows -Get it on Windows +Get it on Windows macOS -Get it on macOS +Get it on macOS Linux -Get it on macOS +Get it on macOS @@ -274,7 +274,7 @@

To import Evernote data, first export your Evernote notebooks to ENEX files as described here. Then follow these steps:

@@ -304,7 +304,7 @@
  • Download Poedit, the translation editor, and install it.
  • Download the file to be translated.
  • In Poedit, open this .pot file, go into the Catalog menu and click Configuration. Change "Country" and "Language" to your own country and language.
  • -
  • From then you can translate the file. Once it's done, please send the file to this address or open a pull request.
  • +
  • From then you can translate the file. Once it is done, please either open a pull request or send the file to this address.
  • This translation will apply to the three applications - desktop, mobile and terminal.

    Coming features