From 64c72cf938f2fa7f85bdfb353c74537428930c87 Mon Sep 17 00:00:00 2001 From: Raphael Medaer Date: Thu, 24 Oct 2019 09:53:30 +0200 Subject: [PATCH] Fix Debian package link and version in README Following the README procedure to install the Debian packages, I figured out that the links were broken. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eaf75342..806d1775 100644 --- a/README.md +++ b/README.md @@ -142,13 +142,13 @@ Certificate: [`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: ``` - $ sudo dpkg -i step_X.Y.Z_amd64.deb + $ sudo dpkg -i step-cli_X.Y.Z_amd64.deb ``` 2. Install `step-ca`. @@ -156,7 +156,7 @@ Certificate: 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: