From 8029ad2185ffa34cce7fd1427b4b851e667b24e9 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 7 Apr 2023 00:48:38 +0000 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b7859a..91bb170 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ out-of-tree is for automating some routine actions for creating development envi $ curl -fsSL https://get.docker.com | sh $ sudo usermod -aG docker user && newgrp docker $ curl -L https://nixos.org/nix/install | sh - $ nix-env -iA nixpkgs.out-of-tree + $ nix-env -iA nixpkgs.out-of-tree # Note: may not be up to date immediately, in this case consider installing from source Note that adding a user to group *docker* has serious security implications. Check Docker documentation for more information.