@@ -72,13 +72,13 @@ The installer will:
7272# Install from crates.io
7373cargo install mq-run
7474# Install from Github
75- cargo install --git https://github.com/harehare/mq.git mq-run --tag v0.5.19
75+ cargo install --git https://github.com/harehare/mq.git mq-run --tag v0.5.20
7676# Latest Development Version
7777cargo install --git https://github.com/harehare/mq.git mq-run --bin mq
7878# Install the debugger
7979cargo install --git https://github.com/harehare/mq.git mq-run --bin mq-dbg --features=" debugger"
8080# Install using binstall
81- cargo binstall
[email protected] .
19 81+ cargo binstall
[email protected] .
20 8282```
8383
8484### Binaries
@@ -87,13 +87,13 @@ You can download pre-built binaries from the [GitHub releases page](https://gith
8787
8888``` sh
8989# macOS (Apple Silicon)
90- curl -L https://github.com/harehare/mq/releases/download/v0.5.19 /mq-aarch64-apple-darwin -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
90+ curl -L https://github.com/harehare/mq/releases/download/v0.5.20 /mq-aarch64-apple-darwin -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
9191# Linux x86_64
92- curl -L https://github.com/harehare/mq/releases/download/v0.5.19 /mq-x86_64-unknown-linux-gnu -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
92+ curl -L https://github.com/harehare/mq/releases/download/v0.5.20 /mq-x86_64-unknown-linux-gnu -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
9393# Linux arm64
94- curl -L https://github.com/harehare/mq/releases/download/v0.5.19 /mq-aarch64-unknown-linux-gnu -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
94+ curl -L https://github.com/harehare/mq/releases/download/v0.5.20 /mq-aarch64-unknown-linux-gnu -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
9595# Windows (PowerShell)
96- Invoke-WebRequest -Uri https://github.com/harehare/mq/releases/download/v0.5.19 /mq-x86_64-pc-windows-msvc.exe -OutFile " $env :USERPROFILE\bin\mq.exe"
96+ Invoke-WebRequest -Uri https://github.com/harehare/mq/releases/download/v0.5.20 /mq-x86_64-pc-windows-msvc.exe -OutFile " $env :USERPROFILE\bin\mq.exe"
9797```
9898
9999### Homebrew
@@ -106,7 +106,7 @@ brew install mq
106106### Docker
107107
108108``` sh
109- $ docker run --rm ghcr.io/harehare/mq:0.5.19
109+ $ docker run --rm ghcr.io/harehare/mq:0.5.20
110110```
111111
112112### mq-lsp (Language Server)
@@ -125,11 +125,11 @@ curl -sSL https://mqlang.org/install_lsp.sh | bash
125125# Install from crates.io
126126cargo install mq-lsp
127127# Install from Github
128- cargo install --git https://github.com/harehare/mq.git mq-lsp --tag v0.5.19
128+ cargo install --git https://github.com/harehare/mq.git mq-lsp --tag v0.5.20
129129# Latest Development Version
130130cargo install --git https://github.com/harehare/mq.git mq-lsp
131131# Install using binstall
132- cargo binstall
[email protected] .
19 132+ cargo binstall
[email protected] .
20 133133```
134134
135135#### Binaries
@@ -138,13 +138,13 @@ You can download pre-built binaries from the [GitHub releases page](https://gith
138138
139139``` sh
140140# macOS (Apple Silicon)
141- curl -L https://github.com/harehare/mq/releases/download/v0.5.19 /mq-lsp-aarch64-apple-darwin -o /usr/local/bin/mq-lsp && chmod +x /usr/local/bin/mq-lsp
141+ curl -L https://github.com/harehare/mq/releases/download/v0.5.20 /mq-lsp-aarch64-apple-darwin -o /usr/local/bin/mq-lsp && chmod +x /usr/local/bin/mq-lsp
142142# Linux x86_64
143- curl -L https://github.com/harehare/mq/releases/download/v0.5.19 /mq-lsp-x86_64-unknown-linux-gnu -o /usr/local/bin/mq-lsp && chmod +x /usr/local/bin/mq-lsp
143+ curl -L https://github.com/harehare/mq/releases/download/v0.5.20 /mq-lsp-x86_64-unknown-linux-gnu -o /usr/local/bin/mq-lsp && chmod +x /usr/local/bin/mq-lsp
144144# Linux arm64
145- curl -L https://github.com/harehare/mq/releases/download/v0.5.19 /mq-lsp-aarch64-unknown-linux-gnu -o /usr/local/bin/mq-lsp && chmod +x /usr/local/bin/mq-lsp
145+ curl -L https://github.com/harehare/mq/releases/download/v0.5.20 /mq-lsp-aarch64-unknown-linux-gnu -o /usr/local/bin/mq-lsp && chmod +x /usr/local/bin/mq-lsp
146146# Windows (PowerShell)
147- Invoke-WebRequest -Uri https://github.com/harehare/mq/releases/download/v0.5.19 /mq-lsp-x86_64-pc-windows-msvc.exe -OutFile " $env :USERPROFILE\bin\mq-lsp.exe"
147+ Invoke-WebRequest -Uri https://github.com/harehare/mq/releases/download/v0.5.20 /mq-lsp-x86_64-pc-windows-msvc.exe -OutFile " $env :USERPROFILE\bin\mq-lsp.exe"
148148```
149149
150150### Visual Studio Code Extension
0 commit comments