1
0
Fork 0

Note about long wait at first install and about update

master
dump_stack() 2018-07-12 07:37:33 +00:00
parent 6f07028ad1
commit 1368ad5a20
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,10 @@ You need to **relogin** if you install virt-manager (libvirt) first time.
$ go get github.com/jollheef/appvm
## Update appvm tool
$ go get -u github.com/jollheef/appvm
## Generate resolution
By default uses 1920x1080. If you need to regenerate `appvm/nix/monitor.nix`:
@ -45,6 +49,7 @@ Autodetection is a bash-spaghetti, so you need to check results. BTW it's just a
## Run application
$ appvm start chromium
$ # ... long wait for first time, because we need to collect a lot of packages
You can customize local settings in `$GOPATH/github.com/jollheef/appvm/nix/local.nix`.