From 434aeb768b21b20a6f28acf7eead29f693cf1a27 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 27 Dec 2019 08:18:45 +0000 Subject: [PATCH] Add commands for install Docker --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce8ec71..4409540 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,16 @@ out-of-tree is for automating some routine actions for creating development envi ## Installation -Note that before installation, you should install and configure docker by yourself. - ### GNU/Linux (with [Nix](https://nixos.org/nix/)) + $ curl -fsSL https://get.docker.com | sh $ curl https://nixos.org/nix/install | sh $ nix-env -iA nixpkgs.out-of-tree ### macOS + $ brew cask install docker + $ open --background -a Docker && sleep 1m $ brew tap jollheef/repo $ brew install out-of-tree