Skip to content

Commit

Permalink
docs(release): update README for v1.4.0 release (#672)
Browse files Browse the repository at this point in the history
* docs(release): update README for v1.4.0-beta release

* docs(release): update README for v1.4.0 release
  • Loading branch information
bitcoin-tools authored May 1, 2024
1 parent 79a8999 commit 00d8dd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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
sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v1.3.1/nodebuilder)"
sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v1.4.0/nodebuilder)"
```

## Table of Contents
Expand All @@ -26,13 +26,13 @@ sh -c "$(curl -fsSL https://github.com/bitcoin-tools/nodebuilder/raw/v1.3.1/node
As mentioned above, start the script from the command line. Open Terminal and run:

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

Or download the script to your local system, set permissions, and run it:

```sh
wget https://github.com/bitcoin-tools/nodebuilder/raw/v1.3.1/nodebuilder
wget https://github.com/bitcoin-tools/nodebuilder/raw/v1.4.0/nodebuilder
chmod u+x nodebuilder
./nodebuilder
```
Expand Down

0 comments on commit 00d8dd2

Please sign in to comment.