From f6a81564d8ed2ab9e23d56fe8f5f43202b5ef8d9 Mon Sep 17 00:00:00 2001 From: Hsin Yuan Yeh Date: Sat, 21 Oct 2023 22:57:52 +0800 Subject: [PATCH] updating gh-pages repo --- v2/gettingstarted.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/v2/gettingstarted.md b/v2/gettingstarted.md index bef65f6..84f4782 100644 --- a/v2/gettingstarted.md +++ b/v2/gettingstarted.md @@ -6,23 +6,21 @@ Last Updated on 2023/10/21 ## Topics -## Installation +## 🔵 Installation ``` pip3 install sshscript ## or python3 -m pip install sshscript ``` -## Upgrading +## 🔵 Upgrading ``` pip3 install sshscript --upgrade ## or python3 -m pip install sshscript --upgrade ``` -## 🔵 Check Installation - -## Check Installation +## 🔵 Check Installation After you have installed the SSHScript. let us check if it works. The SSHScript would install a cli named "sshscript". You can open a console and typing "sshscript" to check if it works.