diff options
| author | poiuty <[email protected]> | 2018-10-04 18:49:05 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-04 18:49:05 +0300 |
| commit | 86eddd466e33769c0699c08b978cb7d87c660229 (patch) | |
| tree | f4a118ae2411c3591b0c6e626c97e38514991f68 | |
| parent | Merge #14389: travis: set codespell version to avoid breakage (diff) | |
| download | discoin-86eddd466e33769c0699c08b978cb7d87c660229.tar.xz discoin-86eddd466e33769c0699c08b978cb7d87c660229.zip | |
doc: miss install
| -rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 916209896..87dade42a 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -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 libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev + sudo apt-get install libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev BerkeleyDB is required for the wallet. |