Skip to content

Commit

Permalink
ci: fix release description format
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Apr 24, 2022
1 parent 51e9394 commit d3e0793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_release_description.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Install this version from pip with::
Install this version from pip with:

pip install "tutor[full]==TUTOR_VERSION"

Or download the compiled binaries::
Or download the compiled binaries:

sudo curl -L "https://github.com/overhangio/tutor/releases/download/TUTOR_VERSION/tutor-$(uname -s)_$(uname -m)" -o /usr/local/bin/tutor
sudo chmod 0755 /usr/local/bin/tutor
Expand Down

0 comments on commit d3e0793

Please sign in to comment.