[CRIU] [PATCH] p.haul: fix README.md

Ruslan Kuprieiev rkuprieiev at cloudlinux.com
Fri May 8 04:26:37 PDT 2015


From: Ruslan Kuprieiev <rkuprieiev at cloudlinux.com>

There is no Makefile and one doesn't need to run
make to prepare p.haul, as we're using pycriu in
it with all needed python bindings for rpc and
images.

Reported-by: Hui Kang hkang.sunysb at gmail.com
Signed-off-by: Ruslan Kuprieiev <rkuprieiev at cloudlinux.com>
---
 README.md | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index b6d7e7c..263b60c 100644
--- a/README.md
+++ b/README.md
@@ -21,12 +21,9 @@ Get p.haul ready
 
 2. Install protobuf-compiler and python-protobuf packages.
 
-3. Get the sources and run:
-
-$make
-
-This will generate rpc_pb2 and stats_pb2 python modules
-from rpc.proto and stats.proto.
+3. Install p.haul by running
+	$ python setup.py install
+   or just use it without installing.
 
 For more information read the P.Haul-related pages on the CRIU
 wiki (http://criu.org/Category:P.Haul).
-- 
1.9.1



More information about the CRIU mailing list