From: Tiesheng Date: Wed, 6 Jan 2016 08:25:02 +0000 (+0800) Subject: Update README.md X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=54286af90f86f688041baae3575dc21dce1e575a;p=cni.git Update README.md Highlight bash/shell code in markdown for readability. Signed-off-by: chengtiesheng --- diff --git a/README.md b/README.md index 3d5e5c1..933165e 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 <