From b5ccdb94ed021125b74192058a38135943fb1a75 Mon Sep 17 00:00:00 2001 From: digitalstudium Date: Wed, 14 Aug 2024 09:27:43 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a26191..7ea3ffb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,6 @@ curl -O "https://git.digitalstudium.com/digitalstudium/sshtui/raw/branch/main/ss ``` Then install it: ``` -sudo install ./sshtui /usr/local/bin/ +sudo install ./sshtui /usr/local/bin/ && rm -f ./sshtui ```