mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +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
|
$ go get github.com/jollheef/appvm
|
||||||
|
|
||||||
|
## Update appvm tool
|
||||||
|
|
||||||
|
$ go get -u github.com/jollheef/appvm
|
||||||
|
|
||||||
## Generate resolution
|
## Generate resolution
|
||||||
|
|
||||||
By default uses 1920x1080. If you need to regenerate `appvm/nix/monitor.nix`:
|
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
|
## Run application
|
||||||
|
|
||||||
$ appvm start chromium
|
$ 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`.
|
You can customize local settings in `$GOPATH/github.com/jollheef/appvm/nix/local.nix`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue