From 1dca8e5a7a3aa6cb79411e4aa29ac1518a76152c Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Mon, 12 Dec 2016 11:02:37 -0500 Subject: [PATCH] slides: code block comment formatting This will make it easier to copy-paste the whole block used for snap installation --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index c1eb543f..312b83d1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3951,7 +3951,7 @@ curl -sSL $RELEASEURL/snap-plugins-$SNAPVER-linux-amd64.tar.gz | tar -C /opt -zxf- ln -s snap-$SNAPVER /opt/snap for BIN in snapd snapctl; do ln -s /opt/snap/bin/$BIN /usr/local/bin/$BIN; done -' If you copy-paste that block, do not forget that final quote ☺ +' # If you copy-paste that block, do not forget that final quote ☺ ``` ]