From aaafa12e6ed5c9bc53045acdd8fc7ac5ba6431d6 Mon Sep 17 00:00:00 2001 From: Hsin Yuan Yeh Date: Sat, 21 Oct 2023 22:38:35 +0800 Subject: [PATCH] updating gh-pages repo --- v2/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/v2/index.md b/v2/index.md index 86c9cc3..b07e657 100644 --- a/v2/index.md +++ b/v2/index.md @@ -2,6 +2,19 @@ Last Updated on 2023/10/21 +## Installation + ``` + pip3 install sshscript + ## or + python3 -m pip install sshscript + ``` +## Upgrading + ``` + pip3 install sshscript --upgrade + ## or + python3 -m pip install sshscript --upgrade + ``` + ## Releases * 2023/10/17: [v2.0.2 Release Notes](release-v2.0.2)