We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb45bfe commit 00d0774Copy full SHA for 00d0774
1 file changed
README.md
@@ -51,13 +51,13 @@ https://github.com/user-attachments/assets/4904b249-da95-4e08-b20a-45f25ed7f779
51
### Install prebuilt binaries via shell script (MacOS and Linux)
52
53
```sh
54
-curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/quizzy/releases/download/0.1.1/quizzy-installer.sh | sh
+curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/quizzy/releases/download/0.1.2/quizzy-installer.sh | sh
55
```
56
57
### Install prebuilt binaries via powershell script (Windows)
58
59
60
-powershell -c "irm https://github.com/frectonz/quizzy/releases/download/0.1.1/quizzy-installer.ps1 | iex"
+powershell -c "irm https://github.com/frectonz/quizzy/releases/download/0.1.2/quizzy-installer.ps1 | iex"
61
62
63
### Updating
0 commit comments