Skip to content

Commit bad37f5

Browse files
committed
fixes
1 parent a6b922d commit bad37f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
# ones.
3434
extensions = [
3535
'sphinx.ext.todo',
36+
'sphinx.ext.ifconfig',
3637
]
3738

3839
# Add any paths that contain templates here, relative to this directory.

getting_started/prerequisites.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ We wrote up a handy CLI that wraps around the Docker container above, you can in
2727

2828
.. parsed-literal::
2929
30-
curl -Lo kn https://github.com/kubenow/KubeNow/releases/download/|release|/kn && chmod +x kn && sudo mv kn /usr/local/bin/
30+
curl -Lo kn \https://github.com/kubenow/KubeNow/releases/download/|release|/kn && chmod +x kn && sudo mv kn /usr/local/bin/

0 commit comments

Comments
 (0)