Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 337 Bytes

Notebrew

Notebrew is a self-hostable static site CMS in a single binary.

Installation

  1. Install Git.

  2. Install Go.

  3. go install -tags fts5 github.com/bokwoon95/notebrew/notebrew@latest
  4. notebrew # or "$(go env GOPATH)/bin/notebrew" if you have not added $GOPATH/bin into your $PATH.