From dcdc1f0b0254c9739d343180b50035ad00da4b37 Mon Sep 17 00:00:00 2001 From: Qiang Huang Date: Thu, 21 Jan 2016 15:09:42 +0800 Subject: [PATCH] Some fix to README Signed-off-by: Qiang Huang --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 07dabb8d..f4686de5 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ Testing OCI runtimes ------------------------------------------ ``` -make -sudo make install -./test_runtime.sh -r runc +$ make +$ sudo make install +$ sudo ./test_runtime.sh -r runc ----------------------------------------------------------------------------------- VALIDATING RUNTIME: runc ----------------------------------------------------------------------------------- @@ -73,10 +73,10 @@ Building `rootfs.tar.gz` ------------------------ The root filesystem tarball is based on [Gentoo][]'s [amd64 -stage3][stage3-amd64] (which we check for a valid GnuPG +stage3][stage3-amd64] (which we check for a valid [GnuPG signature][gentoo-signatures]), copying a [minimal subset](rootfs-files) to the root filesytem, and adding symlinks for -all BusyBox commands. To rebuild the tarball based on a newer stage3, +all BusyBox commands. To rebuild the tarball based on a newer stage3, just run: ```