From 3cf08b5090a579b8602f2f033cb4118b74b989db Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Tue, 26 Jan 2021 22:03:56 +0800 Subject: [PATCH] Add back README file Approved by: carlavilla --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000000..46431e8a56 --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +If you plan on building a local copy of the FreeBSD documentation, or using +our toolchain in your own projects, please read the Documentation Primer at: + + https://docs.freebsd.org/en/books/fdp-primer/ + +for information about the tools and formatting languages we use. +Chapter 1 has a Quick Start section, and Chapter 2 covers the software +and related items in more detail.