From 00b40ef4c241eb4b4a2d80d496b052614ecc18e3 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 12 Jul 2018 06:55:10 +0000 Subject: [PATCH] Swap dependencies and nix package manager installation --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index acc9159..6f127d4 100644 --- a/README.md +++ b/README.md @@ -8,21 +8,21 @@ Currently optimized for full screen usage (but remote-viewer has ability to resi ![appvm screenshot](screenshots/2018-07-05.png) -## Install Nix package manager - - $ sudo mkdir -m 0755 /nix && sudo chown $USER /nix - $ curl https://nixos.org/nix/install | sh - $ . ~/.nix-profile/etc/profile.d/nix.sh - ## Dependencies $ sudo apt install golang virt-manager curl $ echo 'export GOPATH=$HOME/go' >> ~/.bash_profile $ echo 'export PATH=$PATH:$GOPATH/bin' >> ~/.bash_profile - $ source ~/.bashrc + $ source ~/.bash_profile You need to **relogin** if you install virt-manager (libvirt) first time. +## Install Nix package manager + + $ sudo mkdir -m 0755 /nix && sudo chown $USER /nix + $ curl https://nixos.org/nix/install | sh + $ . ~/.nix-profile/etc/profile.d/nix.sh + ## Libvirt from user (required if you need access to shared files) $ echo user = "\"$USER\"" | sudo tee -a /etc/libvirt/qemu.conf