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

30 lines
747 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Available packages"
pre: "<b>4. </b>"
chapter: true
weight: 4
aliases:
- /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](https://github.com/gokrazy/gokrazy/issues).
## 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:
```shell
gok add github.com/stapelberg/scan2drive/cmd/scan2drive
```
## Packages guides
{{% children %}}