Skip to content

Commit 00d0774

Browse files
authored
chore: update install steps
1 parent fb45bfe commit 00d0774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ https://github.com/user-attachments/assets/4904b249-da95-4e08-b20a-45f25ed7f779
5151
### Install prebuilt binaries via shell script (MacOS and Linux)
5252

5353
```sh
54-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/quizzy/releases/download/0.1.1/quizzy-installer.sh | sh
54+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/frectonz/quizzy/releases/download/0.1.2/quizzy-installer.sh | sh
5555
```
5656

5757
### Install prebuilt binaries via powershell script (Windows)
5858

5959
```sh
60-
powershell -c "irm https://github.com/frectonz/quizzy/releases/download/0.1.1/quizzy-installer.ps1 | iex"
60+
powershell -c "irm https://github.com/frectonz/quizzy/releases/download/0.1.2/quizzy-installer.ps1 | iex"
6161
```
6262

6363
### Updating

0 commit comments

Comments
 (0)