Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TDWolff committed Jul 8, 2024
1 parent b1830a6 commit ca139be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
```

- 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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit ca139be

Please sign in to comment.