Skip to content

Commit 9faea54

Browse files
committed
Update README.md
1 parent c083d7d commit 9faea54

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,20 @@ Use these to quickly jump to a relevant section:
3535
- [Enrolling SSH certificates for applications or hosts using the `certificate enroll` command](../../../wiki/Enrolling-an-SSH-certificate-for-an-application-or-host)
3636
- [Renewing SSH certificates using the `certificate renew` command](../../../wiki/Renewing-an-SSH-certificate)
3737

38+
## Quick installation of vSSH CLI
39+
To quickly install vSSH CLI on Linux or macOS, run the following script. The script requires sudo and it will install vSSH CLI to `/usr/local/bin/` directory.
40+
41+
Linux and macOS
42+
```bash
43+
curl -s https://raw.githubusercontent.com/Venafi/vssh-cli/main/.github/install.sh | sh
44+
```
45+
46+
For Windows, you have to download one of the following archives and extract it yourself.
47+
- [Windows x64 (zip)](../../../releases/latest/download/vssh_windows_amd64.zip)
48+
- [Windows x86 (zip)](../../../releases/latest/download/vssh_windows_386.zip)
49+
3850
## Short usage examples
39-
The examples bellow applies to the latest version of vSSH CLI, which you can [download here](../../../releases/latest).
51+
The examples bellow applies to the latest version of vSSH CLI.
4052

4153
### Example 1: Enrolling an SSH certificate for interactive logins to remote hosts
4254
1. Create a configuration profile in vSSH CLI, so that you can use vSSH CLI without passing any parameters to the `vssh` command.

0 commit comments

Comments
 (0)