From 6c3e5278e239a5a2bdfbf24d9163ba6f99eb2389 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Tue, 22 Oct 2019 17:39:31 -0700 Subject: [PATCH] Update steps for go mod in distribution.md --- distribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution.md b/distribution.md index b28f49ee..f0b58423 100644 --- a/distribution.md +++ b/distribution.md @@ -26,7 +26,7 @@ e.g. `v1.0.2` 2. **Update the version of step/cli**

-    $ dep ensure -update github.com/smallstep/cli
+    $ go get -u github.com/smallstep/cli
     
3. **Commit all changes.**