We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b5fc1 commit 849a6a3Copy full SHA for 849a6a3
README.md
@@ -29,7 +29,7 @@ VibeScript is a specialized Lua runtime environment designed to facilitate fast
29
30
### Run These to install on Linux:
31
```bash
32
-curl -L https://github.com/OUIsolutions/VibeScript/releases/download/0.32.0/vibescript.out -o vibescript.out && chmod +x vibescript.out && sudp mv vibescript.out /usr/local/bin/vibescript
+curl -L https://github.com/OUIsolutions/VibeScript/releases/download/0.32.0/vibescript.out -o vibescript.out && chmod +x vibescript.out && sudo mv vibescript.out /usr/local/bin/vibescript
33
```
34
35
## 🏁 Quick Start
0 commit comments