Files
holos/doc/md/tutorial/start.md
Jeff McCune efc215dc8c doc/website: iterate on the intro page
Working on describing the features and value of Holos a bit more.
2024-07-04 11:04:40 -07:00

579 B

Install Holos

Holos is distributed as a single file executable.

Releases

Download holos from the releases page and place the executable into your shell path.

Go install

Alternatively, install directly into your go bin path using:

go install github.com/holos-run/holos/cmd/holos@latest

What you'll need