Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 6c7847f

Browse files
committed
Update README to reference github releases
1 parent 3fcfd05 commit 6c7847f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,13 @@ Now on the server where you wish to run the chatbot, start the chatbot itself:
7070
make serve # Runs inside of docker for ease of use
7171
```
7272

73-
Now build the kssh binary and start SSHing!
73+
Now download the kssh binary and start SSHing! See https://github.com/keybase/bot-sshca/releases to download the most
74+
recent version of kssh for your platform.
7475

7576
```bash
76-
go build -o bin/kssh src/cmd/kssh/kssh.go
77-
sudo cp bin/kssh /usr/local/bin/ # Optional but recommended
77+
sudo mv kssh-{platform} /usr/local/bin/kssh
78+
sudo chmod +x /usr/local/bin/kssh
79+
7880
kssh developer@staging-server-ip # If in {TEAM}.ssh.staging
7981
kssh developer@production-server-ip # If in {TEAM}.ssh.production
8082
kssh root@server # If in {TEAM}.ssh.root_everywhere

0 commit comments

Comments
 (0)