To reduce bot traffic you must login to view /lordwelch/gokrazy/src/commit/ac2b425a2f9d99a305383296e50d9760b386ce42/docs/searchindex.en.js.
The GitHub login only links via username.

Files
2025-11-20 07:54:00 +01:00

747 B
Raw Permalink Blame History

title, pre, chapter, weight, aliases
title pre chapter weight aliases
Available packages <b>4. </b> true 4
/userguide/install/

The guides in this chapter show how to set up popular third-party software.

If you feel a common program should be included here but isnt, please file an issue on GitHub.

Installing existing Go software

To add existing Go software to your gokrazy instance, run gok add with the import path of the program you want to add (the import path must refer to a package main in Go terminology).

For instance, to install github.com/stapelberg/scan2drive/cmd/scan2drive, use:

gok add github.com/stapelberg/scan2drive/cmd/scan2drive

Packages guides

{{% children %}}