You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/README.md
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,20 @@ Use these to quickly jump to a relevant section:
35
35
-[Enrolling SSH certificates for applications or hosts using the `certificate enroll` command](../../../wiki/Enrolling-an-SSH-certificate-for-an-application-or-host)
36
36
-[Renewing SSH certificates using the `certificate renew` command](../../../wiki/Renewing-an-SSH-certificate)
37
37
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.
0 commit comments