GoBook Documentation

Installation

Prerequisites

Install GoBook

You can install GoBook in two ways:

Option 1: Install from source

git clone https://github.com/MathiasDPX/gobook
cd gobook
go install
go install github.com/MathiasDPX/gobook@latest

Verify Installation

Check that GoBook is installed correctly:

gobook -h

You should see the help output with available commands.

Quick Start

Create your first book:

gobook init my-book
cd my-book
gobook serve

Open your browser and go to http://localhost:8080 to see your book!