summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-10-04 09:23:44 +0200
committerDomen Kožar <domen@dev.si>2015-10-04 09:23:44 +0200
commitf99fbfd1ddb27215c05b9fb3d1201b609d570685 (patch)
tree915d345867066225be5302a6b3eb65ea5b5907a7 /README.md
parentcac0d87d98841bdd028e0ec55936632cc680e179 (diff)
downloadnixlib-f99fbfd1ddb27215c05b9fb3d1201b609d570685.tar
nixlib-f99fbfd1ddb27215c05b9fb3d1201b609d570685.tar.gz
nixlib-f99fbfd1ddb27215c05b9fb3d1201b609d570685.tar.bz2
nixlib-f99fbfd1ddb27215c05b9fb3d1201b609d570685.tar.lz
nixlib-f99fbfd1ddb27215c05b9fb3d1201b609d570685.tar.xz
nixlib-f99fbfd1ddb27215c05b9fb3d1201b609d570685.tar.zst
nixlib-f99fbfd1ddb27215c05b9fb3d1201b609d570685.zip
README: 14.12 -> 15.09
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 991d90dd97d2..987cb2a1f97c 100644
--- a/README.md
+++ b/README.md
@@ -14,12 +14,12 @@ build daemon as so-called channels. To get channel information via git, add
 ```
 
 For stability and maximum binary package support, it is recommended to maintain
-custom changes on top of one of the channels, e.g. `nixos-14.12` for the latest
+custom changes on top of one of the channels, e.g. `nixos-15.09` for the latest
 release and `nixos-unstable` for the latest successful build of master:
 
 ```
 % git remote update channels
-% git rebase channels/nixos-14.12
+% git rebase channels/nixos-15.09
 ```
 
 For pull-requests, please rebase onto nixpkgs `master`.