Files
holos/doc/md/tutorial/install.md
Jeff McCune 05806cb439 doc/website: add rendering pipeline diagram
This patch adds a diagram that gives an overview of the holos rendering
pipeline.  This is an importantn concept to understand when working with
holos components.

Note this probably should not go in the Overview, which is intended only
to give a sense of what getting started looks like.  Move it to the
render page when we add it.
2024-07-07 14:16:46 -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