From ca139beffc65b84052d063a366cd093ef78b4359 Mon Sep 17 00:00:00 2001 From: TDWolff Date: Sun, 7 Jul 2024 23:24:57 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71ddcbb..176f6e1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This guide provides step-by-step instructions for setting up a Kasm multi-server ```sh ssh-keygen -t rsa -b 4096 -C "your_email@example.com" ``` - +- Note: we will be using the email Mort wants us to use so that will have to be discussed. ## Directory Structure Create a directory to store your Terraform configuration files: @@ -94,7 +94,7 @@ SSH into each server using the private key and install Kasm Workspaces: ssh -i ~/.ssh/id_rsa ubuntu@your_server_ip ``` -Follow the [Kasm Workspaces installation guide](https://www.kasmweb.com/docs/latest/installation.html) to complete the setup. +Follow the [Kasm Workspaces installation guide](https://www.kasmweb.com/docs/latest/install/multi_server_install.html) to complete the setup. ### 2. Configure Load Balancer