Skip to content

Commit

Permalink
Add installation instructions for Alpine (ko-build#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored Jul 13, 2022
1 parent d108e69 commit f7976d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ chmod +x ./ko
brew install ko
```

### Install on [Alpine Linux](https://www.alpinelinux.org)

Installation on Alpine requires using the [`testing` repository](https://wiki.alpinelinux.org/wiki/Enable_Community_Repository#Using_testing_repositories)

```
echo https://dl-cdn.alpinelinux.org/alpine/edge/testing/ >> /etc/apk/repositories
apk update
apk add ko
```

### Build and Install from Source

With Go 1.16+, build and install the latest released version:
Expand Down

0 comments on commit f7976d0

Please sign in to comment.