mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-04 15:33:18 +00:00
Note about long wait at first install and about update
This commit is contained in:
parent
6f07028ad1
commit
1368ad5a20
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue