From cac35739be07246c35aef7365022318dbfc925d1 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Tue, 12 Jul 2022 02:07:56 +0200 Subject: [PATCH] Fix flake init commands in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f848f8..e9ed1c3 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ```shell # Go 1.17 -nix flake init --template github:the-nix-way/dev-templates go_1_17 +nix flake init --template github:the-nix-way/dev-templates#go_1_17 # Go 1.18 -nix flake init --template github:the-nix-way/dev-templates go_1_18 +nix flake init --template github:the-nix-way/dev-templates#go_1_18 ```