From 25a4baa5716fe3403136529b96bf443cb1ac162c Mon Sep 17 00:00:00 2001 From: mmcclaskey Date: Fri, 8 Oct 2021 13:37:47 -0400 Subject: [PATCH] [skip CI] Build Readme updates --- builder/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/builder/README.md b/builder/README.md index c422e25..9d59373 100644 --- a/builder/README.md +++ b/builder/README.md @@ -107,10 +107,10 @@ cd builder tar -zcvf /tmp/kasm_www.tar.gz www ``` -Now transfer kasm_www.tar.gz to the ARM system. +Now transfer ```kasm_www.tar.gz``` to the ARM system. ### Build KasmVNC ARM -These instructions assume KasmVNC has been cloned at $HOME and kasm_www.tar.gz has been placed at $HOME as well, adjust for your environment. +These instructions assume KasmVNC has been cloned at $HOME and ```kasm_www.tar.gz``` has been placed at $HOME as well, adjust for your environment. ``` cd ~ @@ -119,3 +119,4 @@ cd KasmVNC sudo builder/build-package ubuntu bionic ``` The resulting deb package can be found under ~/KasmVNC/builder/build/bionic +Replace ```bionic``` with ```focal``` to build for Ubuntu 20.04LTS. At this time, only Ubuntu Bionic has been tested, however, other Debian based builds we support should also work.