From 69f9835ea76923be2ca6952fc4f5fce7ef7a7c57 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Mon, 29 May 2023 13:30:08 +0000 Subject: [PATCH] Updated readme --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1b662b6..2f3ab67 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,16 @@ # code_server -## Config VM +If Win11 is used as main terminal/client then pleas configure following: +* Windows Terminal (Preview) +* Font: CodeNewRoman Nerd Font + +## Set up VM containing SSH code server +Configure new VM with following resources: * 2GB RAM * 16GB vDisk +* Ubuntu server 22.04 boot iso -## Install VM (in hypervisor) -* Ubuntu server 22.04 +### Install VM (in hypervisor) * Minimal installation * Install openssh server @@ -13,18 +18,15 @@ * Log in via SSH * Install git ``` -sudo apt update -sudo apt install git +sudo apt update && sudo apt -y install git ``` * Clone this repo ``` -cd ~ -git clone https://git.cmtec.se/cm/code_server.git +cd ~ && git clone https://git.cmtec.se/cm/code_server.git ``` * Run setup script ``` -cd code_server -./setup.sh +cd code_server && ./setup.sh ``` * exit session * Log in via SSH