Skip to content

Commit fca8315

Browse files
authored
don't need pull runv repo for build hyperd
it has already lived in `vendor/` now.
1 parent 8fcdf1d commit fca8315

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

get_started/install/build.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Clone hyper in GoPath
77
> cd ${GOPATH}/src
88
> mkdir -p github.com/hyperhq
99
> cd github.com/hyperhq
10-
> git clone https://github.com/hyperhq/hyperd.git hyperd
11-
> git clone https://github.com/hyperhq/runv.git runv
10+
> git clone https://github.com/hyperhq/hyperd.git
1211

1312
And make sure you have `go` (>= 1.5, 1.7 or later is recommended) and `autotools`, develop files of
1413
`libdevmapper`, `libsqlite3`, `libvirt-devel` then

0 commit comments

Comments
 (0)