From f831dfd1f1e3e986813b176d0eba720582ba053d Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Wed, 11 Dec 2024 19:51:51 -0800 Subject: [PATCH] add "Installing" chapter to the book --- book/SUMMARY.md | 1 + book/installing.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 book/installing.md diff --git a/book/SUMMARY.md b/book/SUMMARY.md index cc933b8f..a696c9f4 100644 --- a/book/SUMMARY.md +++ b/book/SUMMARY.md @@ -4,6 +4,7 @@ * [Code of conduct](./code-of-conduct.md) * [Migration to/from Conduit](./migration.md) * [Changelog](./changelog.md) +* [Installing](./installing.md) * [Contributing](./contributing.md) * [Coordinated vulnerability disclosure](./contributing/security.md) * [Style guide](./contributing/style-guide.md) diff --git a/book/installing.md b/book/installing.md new file mode 100644 index 00000000..7de21af9 --- /dev/null +++ b/book/installing.md @@ -0,0 +1,4 @@ +# Installing + +This chapter will explain how to start running a Grapevine instance for the +first time.