Fix invalid command

This commit is contained in:
JeremyStar™ 2024-01-15 01:09:39 +01:00
parent 95e9aa4453
commit 52cd448ff0
7 changed files with 8 additions and 8 deletions

View file

@ -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!