docs: add install sections

This commit is contained in:
Ryo Ota 2023-08-09 09:28:04 +09:00
parent 26baea535c
commit c4cc2752d3

View file

@ -1,6 +1,21 @@
# handy-sshd # handy-sshd
Portable SSH Server Portable SSH Server
## Install on Ubuntu/Debian
```bash
wget https://github.com/nwtgck/handy-sshd/releases/download/v0.1.0/handy-sshd-0.1.0-linux-amd64.deb
sudo dpkg -i handy-sshd-0.1.0-linux-amd64.deb
```
## Install on Mac
```bash
brew install nwtgck/handy-sshd/handy-sshd
```
Get more executables in [the releases](https://github.com/nwtgck/handy-sshd/releases).
## Examples ## Examples
```bash ```bash