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 22, 2023
1 parent 79ea305 commit 2514a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ python3 -c 'import sysconfig; print(sysconfig.get_path("scripts"))'
Once you have the path to the SSHScript CLI, you can add it to your PATH environment variable. For example, to add the path to your PATH environment variable in Bash, you would run the following command:

```
export PATH=$PATH:/path/to/sshscript/cli
export PATH=$PATH:/path/to/sshscript
```

Once you have added the path to your PATH environment variable, you should be able to run the sshscript command from anywhere in your terminal.

0 comments on commit 2514a0e

Please sign in to comment.