Update README.md

This commit is contained in:
Dmitry Maksyoma 2021-04-13 22:57:10 +12:00 committed by GitHub
parent e7f8caa752
commit 90d1702702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ builder/build-and-test-deb ubuntu focal
builder/build-and-test-rpm centos core builder/build-and-test-rpm centos core
``` ```
open browser and point to https://<ip-address>/ Open browser and point to https://localhost:443/ or https://\<ip-address\>:443/
3 default users are created: 3 default users are created:
* 'foo' with default password 'foobar'. It can use mouse and keyboard. * 'foo' with default password 'foobar'. It can use mouse and keyboard.
@ -35,7 +35,9 @@ If you want to test deb/rpm package you already built, please use this:
``` ```
builder/test-deb ubuntu focal builder/test-deb ubuntu focal
``` ```
It will install the package inside a new container. It will install the package inside a new container and run KasmVNC.
Open browser and point to https://localhost:443/ or https://\<ip-address\>:443/
# Package development # Package development