Skip to content

Commit

Permalink
docs(security): update one-liner to use latest tag, not master (#587)
Browse files Browse the repository at this point in the history
* docs(security): one-liner should use latest tag not head of master

* fix: should be sh
  • Loading branch information
bitcoin-tools authored Apr 27, 2024
1 parent 992d272 commit 83bdb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Create a secure Bitcoin Core node with ease.
Run the following command in Terminal:

```sh
/bin/sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/master/nodebuilder)"
/bin/sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v1.2.0/nodebuilder)"
```

## Table of Contents
Expand Down

0 comments on commit 83bdb1e

Please sign in to comment.