From 81219be0623b44629e061b0605b1e3a1545e4d7a Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 27 Dec 2019 08:25:55 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4409540..04c3793 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ out-of-tree is for automating some routine actions for creating development envi ### GNU/Linux (with [Nix](https://nixos.org/nix/)) $ curl -fsSL https://get.docker.com | sh + $ sudo usermod -aG docker user && newgrp docker $ curl https://nixos.org/nix/install | sh $ nix-env -iA nixpkgs.out-of-tree @@ -28,6 +29,8 @@ out-of-tree is for automating some routine actions for creating development envi $ brew tap jollheef/repo $ brew install out-of-tree +Read [documentation](https://out-of-tree.readthedocs.io) for further info. + ## Build from source ### Requirements