From c4cc2752d393a5aad454e0d97f3ba6b18b74c5c7 Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Wed, 9 Aug 2023 09:28:04 +0900 Subject: [PATCH] docs: add install sections --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16b8b62..036c28a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,20 @@ # 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