@@ -39,7 +39,7 @@ mq makes working with Markdown files as easy as jq makes working with JSON. It's
3939### Cargo
4040
4141``` sh
42- $ cargo install --git https://github.com/harehare/mq.git mq-cli --tag v0.1.4
42+ $ cargo install --git https://github.com/harehare/mq.git mq-cli --tag v0.1.5
4343# Latest Development Version
4444$ cargo install --git https://github.com/harehare/mq.git mq-cli
4545```
@@ -50,19 +50,19 @@ You can download pre-built binaries from the [GitHub releases page](https://gith
5050
5151``` sh
5252# macOS (Intel)
53- $ curl -L https://github.com/harehare/mq/releases/download/v0.1.4 /mq-x86_64-apple-darwin -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
53+ $ curl -L https://github.com/harehare/mq/releases/download/v0.1.5 /mq-x86_64-apple-darwin -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
5454
5555# macOS (Apple Silicon)
56- $ curl -L https://github.com/harehare/mq/releases/download/v0.1.4 /mq-aarch64-apple-darwin -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
56+ $ curl -L https://github.com/harehare/mq/releases/download/v0.1.5 /mq-aarch64-apple-darwin -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
5757
5858# Linux x86_64
59- $ curl -L https://github.com/harehare/mq/releases/download/v0.1.4 /mq-x86_64-unknown-linux-gnu -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
59+ $ curl -L https://github.com/harehare/mq/releases/download/v0.1.5 /mq-x86_64-unknown-linux-gnu -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
6060
6161# Linux arm64
62- $ curl -L https://github.com/harehare/mq/releases/download/v0.1.4 /mq-aarch64-unknown-linux-gnu -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
62+ $ curl -L https://github.com/harehare/mq/releases/download/v0.1.5 /mq-aarch64-unknown-linux-gnu -o /usr/local/bin/mq && chmod +x /usr/local/bin/mq
6363
6464# Windows (PowerShell)
65- $ Invoke-WebRequest -Uri https://github.com/harehare/mq/releases/download/v0.1.4 /mq-x86_64-pc-windows-msvc.exe -OutFile " $env :USERPROFILE\bin\mq.exe"
65+ $ Invoke-WebRequest -Uri https://github.com/harehare/mq/releases/download/v0.1.5 /mq-x86_64-pc-windows-msvc.exe -OutFile " $env :USERPROFILE\bin\mq.exe"
6666```
6767
6868### Homebrew
@@ -75,7 +75,7 @@ $ brew install harehare/tap/mq
7575### Docker
7676
7777``` sh
78- $ docker run --rm ghcr.io/harehare/mq:0.1.4
78+ $ docker run --rm ghcr.io/harehare/mq:0.1.5
7979```
8080
8181### Visual Studio Code Extension
@@ -128,8 +128,8 @@ Commands:
128128 help Print this message or the help of the given subcommand(s)
129129
130130Arguments:
131- [QUERY OR FILE]
132- [FILES]...
131+ [QUERY OR FILE]
132+ [FILES]...
133133
134134Options:
135135 -f, --from-file
0 commit comments