From 7c11fbae46c9367730ddc3ff8664d1598cc0df8e Mon Sep 17 00:00:00 2001 From: carlory Date: Wed, 25 Oct 2017 12:21:05 +0800 Subject: [PATCH 1/2] fix link --- tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorial.md b/tutorial.md index 0994559a..2b48c21c 100644 --- a/tutorial.md +++ b/tutorial.md @@ -36,17 +36,17 @@ This section will walk you through installing the following components: Download the `runc` release binary: ``` -wget https://github.com/opencontainers/runc/releases/download/v1.0.0-rc4/runc-linux-amd64 +wget https://github.com/opencontainers/runc/releases/download/v1.0.0-rc4/runc.amd64 ``` Set the executable bit and copy the `runc` binary into your PATH: ``` -chmod +x runc-linux-amd64 +chmod +x runc.amd64 ``` ``` -sudo mv runc-linux-amd64 /usr/bin/runc +sudo mv runc.amd64 /usr/bin/runc ``` Print the `runc` version: From 02d2e5065d8f83c690678b8256bf061770b02c47 Mon Sep 17 00:00:00 2001 From: carlory Date: Wed, 25 Oct 2017 12:21:05 +0800 Subject: [PATCH 2/2] fix link Signed-off-by: carlory --- VERSION | 1 - tutorial.md | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 VERSION diff --git a/VERSION b/VERSION deleted file mode 100644 index d02599ec..00000000 --- a/VERSION +++ /dev/null @@ -1 +0,0 @@ -1.8.0-rc1-dev diff --git a/tutorial.md b/tutorial.md index 0994559a..2b48c21c 100644 --- a/tutorial.md +++ b/tutorial.md @@ -36,17 +36,17 @@ This section will walk you through installing the following components: Download the `runc` release binary: ``` -wget https://github.com/opencontainers/runc/releases/download/v1.0.0-rc4/runc-linux-amd64 +wget https://github.com/opencontainers/runc/releases/download/v1.0.0-rc4/runc.amd64 ``` Set the executable bit and copy the `runc` binary into your PATH: ``` -chmod +x runc-linux-amd64 +chmod +x runc.amd64 ``` ``` -sudo mv runc-linux-amd64 /usr/bin/runc +sudo mv runc.amd64 /usr/bin/runc ``` Print the `runc` version: