Merge pull request #132 from rmedaer/master

Fix Debian package link and version in README
This commit is contained in:
Max 2019-10-24 13:01:44 -07:00 committed by GitHub
commit 24ab77b517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,13 +142,13 @@ Certificate:
[`step` releases](https://github.com/smallstep/cli/releases): [`step` releases](https://github.com/smallstep/cli/releases):
``` ```
$ wget https://github.com/smallstep/cli/releases/download/X.Y.Z/step_X.Y.Z_amd64.deb $ wget https://github.com/smallstep/cli/releases/download/vX.Y.Z/step-cli_X.Y.Z_amd64.deb
``` ```
Install the Debian package: Install the Debian package:
``` ```
$ sudo dpkg -i step_X.Y.Z_amd64.deb $ sudo dpkg -i step-cli_X.Y.Z_amd64.deb
``` ```
2. Install `step-ca`. 2. Install `step-ca`.
@ -156,7 +156,7 @@ Certificate:
Download the latest Debian package from [releases](https://github.com/smallstep/certificates/releases): Download the latest Debian package from [releases](https://github.com/smallstep/certificates/releases):
``` ```
$ wget https://github.com/smallstep/certificates/releases/download/X.Y.Z/step-certificates_X.Y.Z_amd64.deb $ wget https://github.com/smallstep/certificates/releases/download/vX.Y.Z/step-certificates_X.Y.Z_amd64.deb
``` ```
Install the Debian package: Install the Debian package: