Skip to content

Commit 040a962

Browse files
authored
Update quick_start.md
1 parent 28fa33b commit 040a962

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/quick_start.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ the Handshake network.
2828

2929
## Step 2: Get the Binaries
3030

31-
You can find precompiled binaries on our [GitHub Releases](https://github.com/kyokan/fnd/releases) page. Download the `.tgz` archive and extract the archive onto your `PATH`. To do this, run the following commands (note that they assume `/usr/local/bin` is on your `$PATH`, if it isn't substitute it for a directory that is):
31+
You can find precompiled binaries on our [GitHub Releases](https://github.com/kyokan/fnd/releases) page. Download the binary to your `$PATH`. You can do this manually, or with following commands (note that they assume `/usr/local/bin` is on your `$PATH`, if it isn't substitute it for a directory that is):
3232

3333
``` bash
34-
tar -C /usr/local/bin -xzvf ddrp-<os>-<arch>.tgz
34+
# Update version, os, and $PATH as you see fit
35+
curl -O https://github.com/kyokan/fnd/releases/download/0.3.0/fnd-darwin-amd64 > /usr/local/bin/fnd
36+
curl -O https://github.com/kyokan/fnd/releases/download/0.3.0/fnd-cli-darwin-amd64 > /usr/local/bin/fnd-cli
3537
```
3638

3739
You should now be able to run `fnd`, the Footnote node software, and

0 commit comments

Comments
 (0)