Skip to content

Commit

Permalink
updating gh-pages repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsin Yuan Yeh authored and Hsin Yuan Yeh committed Oct 21, 2023
1 parent f6a8156 commit a14d913
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions v2/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ Last Updated on 2023/10/21
## Topics

## 🔵 Installation
```
pip3 install sshscript
## or
python3 -m pip install sshscript
```
```
pip3 install sshscript
## or
python3 -m pip install sshscript
```

## 🔵 Upgrading
```
pip3 install sshscript --upgrade
## or
python3 -m pip install sshscript --upgrade
```
```
pip3 install sshscript --upgrade
## or
python3 -m pip install sshscript --upgrade
```

## 🔵 <a name="check-installation"></a> Check Installation

Expand All @@ -29,7 +29,7 @@ $ sshscript
```

If it works, you would have screen like below:
(image of "sshscript")
![image](sshscriptcli.png)

If you don't have that screen, you might have to modify the PATH environment variable
of your shell. You can find the path of "sshscript" by running the following command:
Expand Down
Binary file added v2/sshscriptcli.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a14d913

Please sign in to comment.