Skip to content

Commit

Permalink
Prepare for packaging: Add ent to requirements (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
Staudey authored Nov 27, 2024
1 parent c724e01 commit a192af6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/packaging/prepare-for-packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Matrix=@username:matrix.org

We need to install a few things in order to get started with packaging:

- `ent` is used by the `go-task updatecheck` command to check for updated versions of packaged software
- `git` is used for version control of the Solus sources
- `github-cli` is used to make working with GitHub easier
- `go-task` is used by our build tools for scripting
Expand All @@ -42,7 +43,7 @@ We need to install a few things in order to get started with packaging:
- `yq` is used by the `go-task add-monitoring` command to create new [`monitoring.yml`](/docs/packaging/monitoring.yml.md) files

```bash
sudo eopkg it git github-cli go-task jq solbuild solbuild-config-unstable ypkg yq
sudo eopkg it ent git github-cli go-task jq solbuild solbuild-config-unstable ypkg yq
```

## Setting up a GitHub account and Git
Expand Down

0 comments on commit a192af6

Please sign in to comment.