new-install

Notes on OS intalls
git clone https://git.bracken.jp/new-install.git
Log | Files | Refs | LICENSE

commit de4c6092c926d0c5358f79654ee56dd85034c1fb
parent 1583b01e753865af6c2ef4698f7d9c20f2a46308
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  6 May 2020 11:30:08 -0700

FreeBSD: add gohugo for static site generation

Entirely optional, but added as a reminder for desktop machines.

Diffstat:
Mfreebsd_install.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/freebsd_install.md b/freebsd_install.md @@ -185,6 +185,10 @@ Install developer packages: 9. Install cscope: `pkg install cscope` 7. Install cmake: `pkg install cmake` +Install static web site support: + +1. Install gohugo: `pkg install gohugo` + Set up sudo -----------