aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2020-11-02 22:42:49 +0100
committerRobert Helgesson <robert@rycee.net>2020-11-02 23:13:20 +0100
commit072a6ea333a5999298cec45e8ea92f9821d52e60 (patch)
tree8fa68ce813f6849ba318862e2c1e8e640cf9eedd /README.md
parenta98ec6ec158686387d66654ea96153ec06be33d7 (diff)
docs: change stable from 20.03 to 20.09
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0868f1ff33e1..a47f26bc648c 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ will write to your dconf store and cannot tell whether a configuration
that it is about to be overwrite was from a previous Home Manager
generation or from manual configuration.
-Home Manager targets [NixOS][] unstable and NixOS version 20.03 (the
+Home Manager targets [NixOS][] unstable and NixOS version 20.09 (the
current stable version), it may or may not work on other Linux
distributions and NixOS versions.
@@ -73,11 +73,11 @@ Currently the easiest way to install Home Manager is as follows:
if you are following Nixpkgs master or an unstable channel and
```console
- $ nix-channel --add https://github.com/nix-community/home-manager/archive/release-20.03.tar.gz home-manager
+ $ nix-channel --add https://github.com/nix-community/home-manager/archive/release-20.09.tar.gz home-manager
$ nix-channel --update
```
- if you follow a Nixpkgs version 20.03 channel.
+ if you follow a Nixpkgs version 20.09 channel.
On NixOS you may need to log out and back in for the channel to
become available. On non-NixOS you may have to add
@@ -349,7 +349,7 @@ Home Manager is developed against `nixpkgs-unstable` branch, which
often causes it to contain tweaks for changes/packages not yet
released in stable NixOS. To avoid breaking users' configurations,
Home Manager is released in branches corresponding to NixOS releases
-(e.g. `release-20.03`). These branches get fixes, but usually not new
+(e.g. `release-20.09`). These branches get fixes, but usually not new
modules. If you need a module to be backported, then feel free to open
an issue.