diff options
author | fanquake <fanquake@gmail.com> | 2019-01-09 07:46:47 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-01-09 07:46:47 +0800 |
commit | 5282608e92c9cac938978a0aa97e4f10bff53b6e (patch) | |
tree | 23f7bb98c47bb222bb3623a79351f9628e6c0a5f /doc | |
parent | c6806ee8694e9c864a29ef260c87b9fed77de84f (diff) |
docs: Add FreeBSD build notes link to doc/README.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md index 344b1be5c4..68c2080e5f 100644 --- a/doc/README.md +++ b/doc/README.md @@ -41,9 +41,10 @@ The following are developer notes on how to build Bitcoin Core on your native pl - [macOS Build Notes](build-osx.md) - [Unix Build Notes](build-unix.md) - [Windows Build Notes](build-windows.md) +- [FreeBSD Build Notes](build-freebsd.md) - [OpenBSD Build Notes](build-openbsd.md) - [NetBSD Build Notes](build-netbsd.md) -- [Gitian Building Guide](gitian-building.md) +- [Gitian Building Guide (External Link)](https://github.com/bitcoin-core/docs/blob/master/gitian-building.md) Development --------------------- |