Update steps for go mod in distribution.md

This commit is contained in:
Mariano Cano 2019-10-22 17:39:31 -07:00
parent 5cdb8f63b2
commit 6c3e5278e2

View file

@ -26,7 +26,7 @@ e.g. `v1.0.2`
2. **Update the version of step/cli**
<pre><code>
<b>$ dep ensure -update github.com/smallstep/cli</b>
<b>$ go get -u github.com/smallstep/cli</b>
</code></pre>
3. **Commit all changes.**