From da95aec5b7da92b015b2a53c5d3ee9283429dde4 Mon Sep 17 00:00:00 2001 From: Jessica Black Date: Wed, 11 Dec 2024 17:54:47 -0800 Subject: [PATCH] Light edit to installation instructions --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 429ff83..3617370 100644 --- a/README.md +++ b/README.md @@ -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]