Also commit readme

This commit is contained in:
Sander Declerck 2025-12-19 10:42:17 +01:00
parent 1084abe179
commit 5fec230181
No known key found for this signature in database

View file

@ -26,6 +26,8 @@ Aikido Safe Chain supports the following package managers:
# Usage
![Aikido Safe Chain demo](https://raw.githubusercontent.com/AikidoSec/safe-chain/main/docs/safe-package-manager-demo.gif)
## Installation
Installing the Aikido Safe Chain is easy with our one-line installer.
@ -49,11 +51,13 @@ iex (iwr "https://github.com/AikidoSec/safe-chain/releases/latest/download/insta
To install a specific version instead of the latest, replace `latest` with the version number in the URL (available from version 1.3.2 onwards):
**Unix/Linux/macOS:**
```shell
curl -fsSL https://github.com/AikidoSec/safe-chain/releases/download/x.x.x/install-safe-chain.sh | sh
```
**Windows (PowerShell):**
```powershell
iex (iwr "https://github.com/AikidoSec/safe-chain/releases/download/x.x.x/install-safe-chain.ps1" -UseBasicParsing)
```