From 54286af90f86f688041baae3575dc21dce1e575a Mon Sep 17 00:00:00 2001 From: Tiesheng Date: Wed, 6 Jan 2016 16:25:02 +0800 Subject: [PATCH] Update README.md Highlight bash/shell code in markdown for readability. Signed-off-by: chengtiesheng --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d5e5c15..933165ea 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The scripts/ directory contains two scripts, priv-net-run.sh and docker-run.sh, Start out by creating a netconf file to describe a network: -``` +```bash $ mkdir -p /etc/cni/net.d $ cat >/etc/cni/net.d/10-mynet.conf <