diff options
author | fanquake <fanquake@gmail.com> | 2019-10-26 09:14:14 -0400 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-11-18 08:56:48 -0500 |
commit | a4eb83961965347792e9ac75928aae359d5f7405 (patch) | |
tree | b6493ff11b9987c71b79db0095e0ed5bf1f26bd1 /doc/build-freebsd.md | |
parent | 648b2e3c3288ee0b83d4089d27fa7f84a73d118e (diff) |
doc: remove OpenSSL from build instructions and licensing info
Diffstat (limited to 'doc/build-freebsd.md')
-rw-r--r-- | doc/build-freebsd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-freebsd.md b/doc/build-freebsd.md index d22b6e8383..4831623504 100644 --- a/doc/build-freebsd.md +++ b/doc/build-freebsd.md @@ -11,7 +11,7 @@ This guide does not contain instructions for building the GUI. You will need the following dependencies, which can be installed as root via pkg: ```shell -pkg install autoconf automake boost-libs git gmake libevent libtool openssl pkgconf +pkg install autoconf automake boost-libs git gmake libevent libtool pkgconf git clone https://github.com/bitcoin/bitcoin.git ``` |