Skip to content

Commit

Permalink
Light edit to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Dec 12, 2024
1 parent 203d71e commit da95aec
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,20 @@ extracts and examines the contents of containers.
> The installers below install to `~/.circe/bin`, or `%USERPROFILE%\circe\bin` on Windows.
> They try to place the binary in your PATH, but you may need to add it manually.
> [!TIP]
> You can update circe in the future with `circe-update`, which is installed alongside `circe`.
## macOS or Linux
```shell
# macOS or Linux
curl https://github.com/fossas/circe/releases/latest/download/circe-installer.sh | bash
```

## Windows

# Windows
```shell
powershell -c "irm https://github.com/fossas/circe/releases/latest/download/circe-installer.ps1 | iex"
```

> [!TIP]
> You can update circe in the future with `circe-update`, which is installed alongside `circe`.
# usage

> [!TIP]
Expand Down

0 comments on commit da95aec

Please sign in to comment.