From 7dc36358daec3237bed45804dc2f4ff102304eb9 Mon Sep 17 00:00:00 2001 From: Michael Eden Date: Fri, 26 Apr 2019 16:17:20 -0400 Subject: [PATCH] readme: version bump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28c2cd8..9bef545 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This is a WIP to _cross compile_ NixOS to run on ARM targets. Clone the latest release: ``` -git clone -b 0.5.0 --recursive --shallow-submodules https://github.com/illegalprime/nixos-on-arm.git +git clone -b 0.6.0 --recursive --shallow-submodules https://github.com/illegalprime/nixos-on-arm.git cd nixos-on-arm ```