From fc55b1a7f159d08231ec7ee8badbb7301bf9a515 Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Sat, 6 Apr 2024 07:49:53 +0900 Subject: [PATCH] docs: 0.4.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13c5d61..83fc7d2 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Portable SSH Server ## Install on Ubuntu/Debian ```bash -wget https://github.com/nwtgck/handy-sshd/releases/download/v0.4.0/handy-sshd-0.4.0-linux-amd64.deb -sudo dpkg -i handy-sshd-0.4.0-linux-amd64.deb +wget https://github.com/nwtgck/handy-sshd/releases/download/v0.4.2/handy-sshd-0.4.2-linux-amd64.deb +sudo dpkg -i handy-sshd-0.4.2-linux-amd64.deb ``` ## Install on Mac