forked from TrueCloudLab/certificates
Update steps for go mod in distribution.md
This commit is contained in:
parent
5cdb8f63b2
commit
6c3e5278e2
1 changed files with 1 additions and 1 deletions
|
@ -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.**
|
||||
|
|
Loading…
Reference in a new issue