From cbb380c974f64fb171ba3564b966aa2e56d1a814 Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Mon, 30 Oct 2017 09:50:49 -0400 Subject: [PATCH] Change runc location of runc in tutorial.md Signed-off-by: TomSweeneyRedHat --- 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: