Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ In order to successfully execute `install.sh` a few requirements need to be met.
The corresponding packages can be installed with the following command:

```bash
$ sudo apt install build-essential curl git automake pkg-config libtool
$ sudo apt install build-essential curl git autoconf automake pkg-config libtool
```

Create a new directory (e.g. `/home/user/development/libbitcoin`), then use git to fetch the latest repository from github by issuing the following command from within this directory:
Expand Down
Loading