Skip to content

Commit

Permalink
release v3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
justmiles committed Jan 29, 2023
1 parent d15a94f commit 05a3b7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ and add the binary in your local `PATH`
- Linux

```shell
curl -LO https://github.com/justmiles/go-markdown2confluence/releases/download/v3.4.3/go-markdown2confluence_3.4.3_linux_x86_64.tar.gz
curl -LO https://github.com/justmiles/go-markdown2confluence/releases/download/vv3.4.5/go-markdown2confluence_v3.4.5_linux_x86_64.tar.gz

sudo tar -xzvf go-markdown2confluence_3.4.3_linux_x86_64.tar.gz -C /usr/local/bin/ markdown2confluence
sudo tar -xzvf go-markdown2confluence_v3.4.5_linux_x86_64.tar.gz -C /usr/local/bin/ markdown2confluence
```

- OSX

```shell
curl -LO https://github.com/justmiles/go-markdown2confluence/releases/download/v3.4.3/go-markdown2confluence_3.4.3_darwin_x86_64.tar.gz
curl -LO https://github.com/justmiles/go-markdown2confluence/releases/download/vv3.4.5/go-markdown2confluence_v3.4.5_darwin_x86_64.tar.gz

sudo tar -xzvf go-markdown2confluence_3.4.3_darwin_x86_64.tar.gz -C /usr/local/bin/ markdown2confluence
sudo tar -xzvf go-markdown2confluence_v3.4.5_darwin_x86_64.tar.gz -C /usr/local/bin/ markdown2confluence
```

- Windows

Download [the latest release](https://github.com/justmiles/go-markdown2confluence/releases/download/v3.4.3/go-markdown2confluence_3.4.3_windows_x86_64.tar.gz) and add to your system `PATH`
Download [the latest release](https://github.com/justmiles/go-markdown2confluence/releases/download/vv3.4.5/go-markdown2confluence_v3.4.5_windows_x86_64.tar.gz) and add to your system `PATH`

## Use with Docker

Expand Down

0 comments on commit 05a3b7e

Please sign in to comment.