Merge pull request #64 from trapier/slides_comment_format

slides: code block comment formatting on snap install
This commit is contained in:
Jérôme Petazzoni
2016-12-12 17:59:21 -06:00
committed by GitHub

View File

@@ -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 ☺
```
]