Skip to content

Commit

Permalink
Merge pull request #296 from amouat/main
Browse files Browse the repository at this point in the history
Add Wolfi to installation instructions.
  • Loading branch information
dopey authored Jan 24, 2024
2 parents 41571c4 + 6576b5e commit ef76b09
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions step-cli/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ It's trivial to install the `step` binary on your local machine.
- [Arch Linux](#arch-linux)
- [RedHat](#redhat)
- [Alpine Linux](#alpine-linux)
- [Wolfi](#wolfi)
- [NixOS](#nixos)
- [FreeBSD](#freebsd)
- [Linux Binaries](#linux-binaries)
Expand Down Expand Up @@ -86,6 +87,18 @@ sudo rpm -i step-cli_amd64.rpm

To uninstall, run `sudo dnf remove step-cli` and remove the `$HOME/.step` configuration directory.

#### Wolfi

[Wolfi](https://wolfi.dev) has a maintained `step` package.

Use apk to install `step`:

```
apk add step
```

To uninstall, run `apk del step` and remove the `$HOME/.step` configuration directory.

#### Alpine Linux

There is a community-maintained [`step-cli` package](https://pkgs.alpinelinux.org/packages?name=step-cli&branch=edge&repo=&arch=&maintainer=) for Alpine Linux.
Expand Down

0 comments on commit ef76b09

Please sign in to comment.