From 5707559c285fc61ed71c6d39220e4e58bf2d9a93 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 17 May 2023 13:32:31 +0000 Subject: [PATCH] docs: update readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b3fc763..eb0ee1a 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,17 @@ ### GNU/Linux (with [Nix](https://nixos.org/nix/)) - apt install podman || dnf install podman + sudo apt install podman || sudo dnf install podman + curl -L https://nixos.org/nix/install | sh + mkdir -p ~/.config/nix + echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf + # stable - nix-env -iA nixpkgs.out-of-tree + nix profile install nixpkgs#out-of-tree + # latest - nix build --extra-experimental-features 'nix-command flakes' git+https://code.dumpstack.io/tools/out-of-tree + nix profile install git+https://code.dumpstack.io/tools/out-of-tree ### macOS