Skip to content

Commit 1f7ddfe

Browse files
committed
doc: Mention debian package on release page
1 parent c6e01e5 commit 1f7ddfe

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/setup.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ $ sudo apt install pipx
3939
$ pipx install gallia
4040
```
4141

42+
### Debian Package
43+
44+
The goal is to bring gallia into the Debian package repository.
45+
The package scripts are available on [salsa.debian.org](https://salsa.debian.org/rumpelsepp/gallia).
46+
The [Github Releases](https://github.com/Fraunhofer-AISEC/gallia/releases) starting with version v2.0.0a4 contain a Debian package.
47+
48+
``` shell-session
49+
$ wcurl URL_FROM_RELEASE_PAGE
50+
$ sudo apt install ./gallia_VERSION_all.deb
51+
```
52+
4253
### NixOS
4354

4455
``` shell-session
@@ -109,6 +120,9 @@ $ uv run gallia
109120
If you want to develop gallia and plugins at the same time, then you need to add `gallia` as a dependency to your plugin package.
110121

111122
### Shell Completion
123+
124+
If you are using a distribution package, setting up shell completions is already addressed.
125+
112126
#### bash
113127

114128
```shell-session

0 commit comments

Comments
 (0)