Document release installation

This commit is contained in:
mirivlad 2026-05-29 11:33:43 +08:00
parent 01eae01408
commit b2d8ea959f
1 changed files with 15 additions and 0 deletions

View File

@ -18,6 +18,21 @@ starts the system `ssh` client with the right options.
## Install
### Install from release
Download the latest Linux x86_64 release from:
https://github.com/mirivlad/sshkeeper/releases/latest
```bash
tar -xzf sshkeeper_v0.1.0_linux_amd64.tar.gz
chmod +x sshkeeper-linux-amd64
sudo install -m 0755 sshkeeper-linux-amd64 /usr/local/bin/sshkeeper
sshkeeper
```
### Build from source
```bash
git clone https://github.com/mirivlad/sshkeeper.git
cd sshkeeper