Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 8792232

Browse files
committed
README: move hyper package to github.com/hyperhq/hyper
Signed-off-by: Wang Xu <[email protected]>
1 parent ea8fbe2 commit 8792232

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ For information on using the command line, just type `hyper`. You may use
5555

5656
Clone hyper in GoPath
5757

58-
> cd ${GOPATH}/src
58+
> mkdir -p ${GOPATH}/src/github.com/hyperhq
59+
> cd ${GOPATH}/src/github.com/hyperhq
5960
> git clone https://github.com/hyperhq/hyper.git hyper
6061

6162
And make sure you have `go` (>= 1.4), `godep`, and `autotools`, go into the `hyper` dir

0 commit comments

Comments
 (0)