File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ Choose the appropriate installation method for your operating system:
99
1010#### Option A: Pre-compiled Binary (Linux only)
1111``` bash
12- 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
12+ curl -L https://github.com/OUIsolutions/VibeScript/releases/download/0.36 .0/vibescript.out -o vibescript.out && chmod +x vibescript.out && sudo mv vibescript.out /usr/local/bin/vibescript
1313```
1414
1515#### Option B: Compile from Source (Linux and macOS)
1616``` bash
17- curl -L https://github.com/OUIsolutions/VibeScript/releases/download/0.35 .0/amalgamation.c -o vibescript.c && gcc vibescript.c -o vibescript.out && sudo mv vibescript.out /usr/local/bin/vibescript
17+ curl -L https://github.com/OUIsolutions/VibeScript/releases/download/0.36 .0/amalgamation.c -o vibescript.c && gcc vibescript.c -o vibescript.out && sudo mv vibescript.out /usr/local/bin/vibescript
1818```
1919
2020### Step 2: Install Contanizer Markitdown
You can’t perform that action at this time.
0 commit comments