Skip to content

Commit

Permalink
release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirum8 committed Sep 14, 2024
1 parent 3e86b48 commit 8b0c8ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Download the binary for your platform:

```shell
# for x86-64
wget -O jns-0.1.0-amd64 https://github.com/mirum8/jnscli/releases/download/v0.1.0/jns-0.1.0-amd64 \
&& chmod +x jns-0.1.0-amd64 && mkdir -p $HOME/.local/bin/ \
&& mv jns-0.1.0-amd64 $HOME/.local/bin/jns
wget -O jns-0.1.1-amd64 https://github.com/mirum8/jnscli/releases/download/v0.1.1/jns-0.1.1-amd64 \
&& chmod +x jns-0.1.1-amd64 && mkdir -p $HOME/.local/bin/ \
&& mv jns-0.1.1-amd64 $HOME/.local/bin/jns

# for ARM (Apple M1)
wget -O jns-0.1.0-arm64 https://github.com/mirum8/jnscli/releases/download/v0.1.0/jns-0.1.0-arm64 \
&& chmod +x jns-0.1.0-arm64 && mkdir -p $HOME/.local/bin/ \
&& mv jns-0.1.0-arm64 $HOME/.local/bin/jns
wget -O jns-0.1.1-arm64 https://github.com/mirum8/jnscli/releases/download/v0.1.1/jns-0.1.1-arm64 \
&& chmod +x jns-0.1.1-arm64 && mkdir -p $HOME/.local/bin/ \
&& mv jns-0.1.1-arm64 $HOME/.local/bin/jns
```

Add the binary to your PATH:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.github.mirum8</groupId>
<artifactId>jnscli</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<name>jnscli</name>
<description>CLI client for Jenkins</description>
<properties>
Expand Down

0 comments on commit 8b0c8ed

Please sign in to comment.