We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcdf1d commit fca8315Copy full SHA for fca8315
get_started/install/build.md
@@ -7,8 +7,7 @@ Clone hyper in GoPath
7
> cd ${GOPATH}/src
8
> mkdir -p github.com/hyperhq
9
> cd github.com/hyperhq
10
- > git clone https://github.com/hyperhq/hyperd.git hyperd
11
- > git clone https://github.com/hyperhq/runv.git runv
+ > git clone https://github.com/hyperhq/hyperd.git
12
13
And make sure you have `go` (>= 1.5, 1.7 or later is recommended) and `autotools`, develop files of
14
`libdevmapper`, `libsqlite3`, `libvirt-devel` then
0 commit comments