From 3aad7388065f0985d262f91e782b2c0b69979f62 Mon Sep 17 00:00:00 2001 From: Nick Harman Date: Tue, 7 Feb 2023 11:49:16 -0500 Subject: [PATCH] Updated installation instructions --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b6a0ea4..3195b18 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,8 @@ section 24 of the Trusted Platform Module 2.0 Library specification. ## Installation - go get github.com/globalsign/est - go install github.com/globalsign/est/cmd/estserver - go install github.com/globalsign/est/cmd/estclient + go install github.com/globalsign/est/cmd/estserver@latest + go install github.com/globalsign/est/cmd/estclient@latest ## Quickstart