Skip to content

Commit

Permalink
Add download binary example
Browse files Browse the repository at this point in the history
  • Loading branch information
shanev committed Oct 31, 2020
1 parent e1073ae commit c75f948
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion albatross-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ You can install Stakebird by downloading the binary (easiest), or compiling from
#### Option 1: Download binary

1. Download the binary for your platform: [releases](https://github.com/public-awesome/stakebird/releases/tag/v0.3.1).
2. Copy it to a location in your $PATH, i.e: `/usr/local/bin` or `$HOME/bin`.
2. Copy it to a location in your PATH, i.e: `/usr/local/bin` or `$HOME/bin`.

i.e:
```sh
wget https://github.com/public-awesome/stakebird/releases/download/v0.3.1/stakebird_0.3.1_linux_arm64.tar.gz
sudo tar -C /usr/local/bin -zxvf stakebird_0.3.1_linux_arm64.tar.gz
```

#### Option 2: Build from source

Expand Down

0 comments on commit c75f948

Please sign in to comment.