Fix invalid command
This commit is contained in:
parent
95e9aa4453
commit
52cd448ff0
7 changed files with 8 additions and 8 deletions
|
@ -13,7 +13,7 @@ mkdir YOUR_PRESENTATION_NAME_HERE
|
|||
cd YOUR_PRESENTATION_NAME_HERE
|
||||
git clone "https://git.staropensource.de/JeremyStarTM/Presencode.git" .
|
||||
# Don't run this command if you want to live on the edge:
|
||||
git checkout "$(git tags | grep '^v[0-9.]*$' | sort -V | tail -n 1)"
|
||||
git checkout "$(git tag | grep '^v[0-9.]*$' | sort -V | tail -n 1)"
|
||||
```
|
||||
Don't forget to replace `YOUR_PRESENTATION_NAME_HERE` with the name of your presentation!
|
||||
|
||||
|
|
Loading…
Reference in a new issue