1
0
Fork 0

Rewrite readme for Ubuntu

master
dump_stack() 2018-07-12 06:21:13 +00:00
parent c9a8a534f2
commit bd39cf744e
1 changed files with 5 additions and 2 deletions

View File

@ -10,12 +10,12 @@ Currently optimized for full screen usage (but remote-viewer has ability to resi
## Install Nix package manager ## Install Nix package manager
$ su -c 'mkdir -m 0755 /nix && chown user /nix' $ sudo "mkdir -m 0755 /nix && chown $USER /nix"
$ curl https://nixos.org/nix/install | sh $ curl https://nixos.org/nix/install | sh
## Dependencies ## Dependencies
$ su -c 'USE="spice virtfs" emerge qemu virt-manager' $ sudo apt install golang virt-manager
## Libvirt from user (required if you need access to shared files) ## Libvirt from user (required if you need access to shared files)
@ -23,6 +23,9 @@ Currently optimized for full screen usage (but remote-viewer has ability to resi
## Install appvm tool ## Install appvm tool
$ export 'GOPATH=$HOME/go' >> ~/.bashrc
$ export 'PATH=$PATH:$GOPATH/bin' >> ~/.bashrc
$ source ~/.bashrc
$ go get github.com/jollheef/appvm $ go get github.com/jollheef/appvm
## Generate resolution ## Generate resolution