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

Commit 7eaabdc

Browse files
committed
update README
fix #589 Signed-off-by: Wang Xu <[email protected]>
1 parent 68c9201 commit 7eaabdc

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,15 @@ HyperContainer - Hypervisor-agnostic Docker Runtime
3737

3838
## Installation
3939

40-
Ensure you are running Linux (kernel 3.8 or later) and have Docker
41-
(version 1.5 or later) and QEMU (version 2.0 or later) installed. Then download the [binary tarball](https://hyper-install.s3.amazonaws.com/hyper-latest.tgz) and install it directly.
40+
Ensure you are running Linux (kernel 3.8 or later) and have QEMU (version 2.0 or later) installed.
41+
Then download the [binaries](http://download.hypercontainer.io/) and install them (hyper-container and hyperstart) directly.
4242

43-
For RHEL/CentOS 7.x, you can use our [RPMs](http://docs.hypercontainer.io/get_started/install/linux.html)
43+
For the detail of installation, please refer to [the documents](https://docs.hypercontainer.io/get_started/install/linux.html).
4444

4545
For information on using the command line, just type `hyperctl`. You may use
4646
`hyperctl <command> --help` for detailed information on any specific command.
4747

4848

49-
## Example
50-
51-
5249
## Build From Source
5350

5451
Clone hyperd in GoPath
@@ -57,7 +54,7 @@ Clone hyperd in GoPath
5754
> cd ${GOPATH}/src/github.com/hyperhq
5855
> git clone https://github.com/hyperhq/hyperd.git hyperd
5956

60-
And make sure you have `go` (>= 1.4) , `device-mapper-devel`, and `autotools`, go into the `hyper` dir
57+
And make sure you have `go` (>= 1.7) , `device-mapper-devel`, and `autotools`, go into the `hyperd` dir
6158

6259
> ./autogen.sh
6360
> ./configure

0 commit comments

Comments
 (0)