Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,20 @@ Switch quicker between Azure subscriptions

## Installation
* [Linux](#ubuntu/debian/arch)
* [MacOS](#macos)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change does not seem related to this PR?

* [Windows](#windows)
* [chocolatey](#chocolatey)
* [manual](#manual)


Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Accidental extra line break?

### Ubuntu/Debian/Arch
Copy the binary into your $PATH
```sh
# Download the latest release
wget https://github.com/eliasericsson/azswitch/releases/download/v0.1.4/azswitch_0.1.4_linux_amd64.tar.gz
wget https://github.com/eliasericsson/azswitch/releases/download/v0.1.4/azswitch_0.1.4_linux_64-bit.tar.gz

# Extract the archive contents
tar -xvf azswitch_0.1.4_linux_amd64.tar.gz
tar -xvf azswitch_0.1.4_linux_64-bit.tar.gz

# Move the binary to a directory in your $PATH
mv azswitch /usr/local/bin/
Expand Down