mirror of
https://github.com/zrepl/zrepl.git
synced 2025-06-19 17:27:46 +02:00
docs: install: dep ensure
This commit is contained in:
parent
8dabfe08c7
commit
1c3e4e2f07
@ -20,7 +20,7 @@ However, until we get around documenting those setups, you will have to run zrep
|
|||||||
|
|
||||||
zrepl is currently not packaged on any operating system. Signed & versioned releases are planned but not available yet.
|
zrepl is currently not packaged on any operating system. Signed & versioned releases are planned but not available yet.
|
||||||
|
|
||||||
Check out the sources yourself, compile and install to the zrepl user's `$PATH`.<br />
|
Check out the sources yourself, fetch dependencies using dep, compile and install to the zrepl user's `$PATH`.<br />
|
||||||
**Note**: if the zrepl binary is not in `$PATH`, you will have to adjust the examples in the [tutorial]({{< relref "tutorial/_index.md" >}}).
|
**Note**: if the zrepl binary is not in `$PATH`, you will have to adjust the examples in the [tutorial]({{< relref "tutorial/_index.md" >}}).
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -28,6 +28,7 @@ Check out the sources yourself, compile and install to the zrepl user's `$PATH`.
|
|||||||
cd /root
|
cd /root
|
||||||
git clone https://github.com/zrepl/zrepl.git
|
git clone https://github.com/zrepl/zrepl.git
|
||||||
cd zrepl
|
cd zrepl
|
||||||
|
dep ensure
|
||||||
go build -o zrepl
|
go build -o zrepl
|
||||||
cp zrepl /usr/local/bin/zrepl
|
cp zrepl /usr/local/bin/zrepl
|
||||||
rehash
|
rehash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user