mirror of
https://github.com/nwtgck/handy-sshd.git
synced 2025-06-08 15:13:17 +00:00
docs: add install sections
This commit is contained in:
parent
26baea535c
commit
c4cc2752d3
1 changed files with 16 additions and 1 deletions
15
README.md
15
README.md
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue