Skip to content

Commit

Permalink
docs: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
justmiles committed Nov 29, 2019
1 parent b0dbc4c commit a9b21f2
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 @@ -7,16 +7,16 @@ Download the [latest release](https://github.com/justmiles/go-markdown2confluenc

- Linux

curl -LO https://github.com/justmiles/go-markdown2confluence/releases/download/v3.0.1/markdown2confluence_3.0.1_linux_x86_64.tar.gz
sudo tar -xzvf markdown2confluence_3.0.1_linux_x86_64.tar.gz -C /usr/local/bin/ markdown2confluence
curl -LO https://github.com/justmiles/go-markdown2confluence/releases/download/v3.0.2/markdown2confluence_3.0.2_linux_x86_64.tar.gz
sudo tar -xzvf markdown2confluence_3.0.2_linux_x86_64.tar.gz -C /usr/local/bin/ markdown2confluence

- OSX

curl -LO https://github.com/justmiles/go-markdown2confluence/releases/download/v3.0.1/markdown2confluence_3.0.1_darwin_x86_64.tar.gz
sudo tar -xzvf markdown2confluence_3.0.1_linux_x86_64.tar.gz -C /usr/local/bin/ markdown2confluence
curl -LO https://github.com/justmiles/go-markdown2confluence/releases/download/v3.0.2/markdown2confluence_3.0.2_darwin_x86_64.tar.gz
sudo tar -xzvf markdown2confluence_3.0.2_linux_x86_64.tar.gz -C /usr/local/bin/ markdown2confluence

- Windows
- Download [the latest release](https://github.com/justmiles/go-markdown2confluence/releases/download/v3.0.1/markdown2confluence_3.0.1_windows_x86_64.zip) and add to your system `PATH`
- Download [the latest release](https://github.com/justmiles/go-markdown2confluence/releases/download/v3.0.2/markdown2confluence_3.0.2_windows_x86_64.zip) and add to your system `PATH`

## Environment Variables
For best practice we recommend you [authenticate using an API token](https://id.atlassian.com/manage/api-tokens).
Expand Down

0 comments on commit a9b21f2

Please sign in to comment.