diff --git a/examples/walkthrough.sh b/examples/walkthrough.sh index e07ebd6..1394048 100644 --- a/examples/walkthrough.sh +++ b/examples/walkthrough.sh @@ -1,8 +1,8 @@ #doitlive shell: /bin/bash #doitlive prompt: default #doitlive speed: 1 -#doitlive env: DOCS_URL=http://doitlive.readthdocs.io -#doitlive alias: edit="nano " +#doitlive env: DOCS_URL=https://doitlive.readthedocs.io +#doitlive commentecho: true echo 'Hello there!' @@ -21,6 +21,8 @@ doitlive themes -p clear +# And now for something completely different + echo 'We can even enter a Python console' ```python