Skip to content

Commit 9a1e074

Browse files
committed
Update to README
modified: README.md
1 parent bc54cde commit 9a1e074

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
@@ -39,21 +39,21 @@ sudo apt-get install libgcrypt20-dev
3939
sudo apt-get install libleveldb-dev
4040
```
4141

42-
You will also need basic build tools:
42+
You will also need basic build tools (gcc, make, etc):
4343

4444
```
4545
sudo apt-get install build-essential
4646
```
4747

4848
#### Install:
4949

50-
Download the [latest release](https://github.com/bartobri/bitcoin-toolkit/releases/latest) or use git to clone the master repo:
50+
Use git to clone the master repo:
5151

5252
```
5353
$ git clone https://github.com/bartobri/bitcoin-toolkit.git
5454
```
5555

56-
Unzip/tar the release download and/or run the make commands inside the project folder:
56+
Run the make commands inside the project folder:
5757
```
5858
$ cd bitcoin-toolkit
5959
$ make

0 commit comments

Comments
 (0)