Skip to content

Commit

Permalink
Mention the "main" container image
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Mar 17, 2023
1 parent a983b5f commit 0d14418
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/source/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,21 @@ You can then run Inko as follows:
podman run inko-lang/inko:0.10.0 inko --version
```

We also build a container for every commit on the `main` branch, provided the
tests are passing. If you like to live dangerously, you can use these as
follows:

=== "Docker"
```bash
docker pull ghcr.io/inko-lang/inko:main
docker run inko-lang/inko:main inko --version
```
=== "Podman"
```bash
podman pull ghcr.io/inko-lang/inko:main
podman run inko-lang/inko:main inko --version
```

### Arch Linux

Two AUR packages are provided: `inko` and `inko-git`. These can be installed
Expand Down

0 comments on commit 0d14418

Please sign in to comment.