Update readme for build infomation

This commit is contained in:
Xu Wang
2015-05-29 01:12:24 +08:00
parent 6dc013fc59
commit 377b5b89ce
+13 -2
View File
@@ -1,2 +1,13 @@
The init task for hyper.
exec ./autogen.sh to compile hyperinit
# The init Task for Hyper
You can get binary installer of Hyper and HyperStart through [The Hyper Page](https://github.com/hyperhq/hyper)
## Build from source
clone this repo, and make sure have build-essentials installed. Go into the working copy and
> ./autogen.sh
> ./configure
> make
Then you can find `hyper-initrd.img` in build directory, together with a pre-build kernel.