From 1368ad5a20a6d7b3cc505d3b748401fcd54643ce Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 12 Jul 2018 07:37:33 +0000 Subject: [PATCH] Note about long wait at first install and about update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4346afc..1f32c25 100644 --- a/README.md +++ b/README.md @@ -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`.