diff options
| author | MarcoFalke <[email protected]> | 2019-01-10 09:51:01 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-01-10 09:51:03 -0500 |
| commit | d7943bd008357eed01cc3a4fb7b24afcd5a523d6 (patch) | |
| tree | a39880bbedd076c19f2e83d879a873ea08cd53e9 /doc/README.md | |
| parent | Merge #15127: docs: Clarifying testing instructions (diff) | |
| parent | docs: Add FreeBSD build notes link to doc/README.md (diff) | |
| download | discoin-d7943bd008357eed01cc3a4fb7b24afcd5a523d6.tar.xz discoin-d7943bd008357eed01cc3a4fb7b24afcd5a523d6.zip | |
Merge #15132: docs: Add FreeBSD build notes link to doc/README.md
5282608e92 docs: Add FreeBSD build notes link to doc/README.md (fanquake)
Pull request description:
Tree-SHA512: c845dc0a2a31f0507a64da5232579d6f009789722273891c668d15ee8adb10244ab8573ce2b7c9c442e8d2ed6c90fb7acfb59c2ac9e9af9247e070bb8d501eda
Diffstat (limited to 'doc/README.md')
| -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 c91cca5cb..51950d4a1 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 --------------------- |