Skip to content

Commit

Permalink
Update link to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dweber019 authored and justmiles committed Apr 3, 2022
1 parent 5981bde commit 49e9550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ and add the binary in your local `PATH`
- Linux

```shell
curl -LO https://github.com/justmiles/go-markdown2confluence/releases/download/v3.1.2/go-markdown2confluence_3.1.2_linux_x86_64.tar.gz
curl -LO https://github.com/justmiles/go-markdown2confluence/releases/download/v3.3.1/go-markdown2confluence_3.3.1_linux_x86_64.tar.gz

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

- OSX

```shell
curl -LO https://github.com/justmiles/go-markdown2confluence/releases/download/v3.1.2/go-markdown2confluence_3.1.2_darwin_x86_64.tar.gz
curl -LO https://github.com/justmiles/go-markdown2confluence/releases/download/v3.3.1/go-markdown2confluence_3.3.1_darwin_x86_64.tar.gz

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

- Windows

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

## Use with Docker

Expand Down

0 comments on commit 49e9550

Please sign in to comment.