Skip to content

Commit 00d8dd2

Browse files
docs(release): update README for v1.4.0 release (#672)
* docs(release): update README for v1.4.0-beta release * docs(release): update README for v1.4.0 release
1 parent 79a8999 commit 00d8dd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Create a secure Bitcoin Core node with ease.
55
Run the following command in Terminal:
66

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

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

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

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

3434
```sh
35-
wget https://github.com/bitcoin-tools/nodebuilder/raw/v1.3.1/nodebuilder
35+
wget https://github.com/bitcoin-tools/nodebuilder/raw/v1.4.0/nodebuilder
3636
chmod u+x nodebuilder
3737
./nodebuilder
3838
```

0 commit comments

Comments
 (0)