Skip to content

Commit

Permalink
doc: add missing 'install' to 'apt-get' command
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Jul 18, 2024
1 parent ea97482 commit 22f7596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Build requirements:

Now, you can either build from self-compiled [depends](/depends/README.md) or install the required dependencies:

sudo apt-get libevent-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-test-dev
sudo apt-get install libevent-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-test-dev

Berkeley DB is required for the wallet.

Expand Down

0 comments on commit 22f7596

Please sign in to comment.