Skip to content

Commit

Permalink
README: Add prerequisites section
Browse files Browse the repository at this point in the history
Signed-off-by: Rune Morling <[email protected]>
  • Loading branch information
ermo committed Nov 20, 2024
1 parent 5601413 commit 152ce03
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@

SerpentOS service infrastructure

## Testing
## Prerequisites

- Infra can be brought up via `docker-compose`.
- `just` is used as a runner tool to streamline this.

```sh
# on solus:
eopkg it docker docker-compose just
sudo usermod -a -G docker
sudo systemctl reboot
```

- Infra can be brought up via `docker-compose`. `just` is used as a runner tool to streamline this.
## Testing

```sh
# Will build docker images and bring up `test/docker-compose.yaml`
Expand Down

0 comments on commit 152ce03

Please sign in to comment.