diff --git a/README.md b/README.md index 5b0e3e7e..a4fae92d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ An unofficial client of Evernote for Linux. #### Install from distribution repository -For users of Debian Stretch (Debian 9), Debian unstable and Ubuntu 17.04+, you may install +For users of Debian Stretch (Debian 9) or later, Debian unstable and Ubuntu 17.04+, you may install from the official repositories. This will become the stable release we will encourage users to install. ```bash @@ -20,6 +20,17 @@ sudo apt update sudo apt install nixnote2 ``` +For users of Debian Stretch (Debian 9), you may also install the +**latest upstream stable release** from `stretch-backports` repository: + +```bash +# !! NOTE: You need to enable stretch-backports repository first +# See https://backports.debian.org for instructions +# After you enabled backports repository, type the following commands: +sudo apt update +sudo apt install nixnote2 -t stretch-backports +``` + You may find the package information on [Debian PTS](https://tracker.debian.org/pkg/nixnote2). #### Install via daily PPA diff --git a/changelog.txt b/changelog.txt index 5ba1e2b7..2359cb91 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,4 @@ -NixNote (2.0.1) stable; urgency=low +NixNote (2.0.2) stable; urgency=low * Added the ability to code user exit routines. * Added
opton to enter pre-formatted text. * Changed UTF-8 encoding to be the default option.