README: bump version references to v0.1.1

This commit is contained in:
2026-05-31 23:39:14 +02:00
parent 38fe6a53e5
commit 7b4f8b54c1
+2 -2
View File
@@ -44,7 +44,7 @@ Download the pre-compiled executable for your platform from the [releases page](
### Linux
```bash
tar -xzf notalterra-v0.1.0-linux-amd64.tar.gz
tar -xzf notalterra-v0.1.1-linux-amd64.tar.gz
chmod +x notalterra
./notalterra
```
@@ -54,7 +54,7 @@ chmod +x notalterra
Extract the `.zip` archive and double-click `notalterra.exe`, or run from a terminal:
```powershell
Expand-Archive notalterra-v0.1.0-windows-x64.zip -DestinationPath .
Expand-Archive notalterra-v0.1.1-windows-x64.zip -DestinationPath .
.\notalterra.exe
```