Merge pull request #260 from AikidoSec/demo-video

Add demo gif to readme again
This commit is contained in:
Sander Declerck 2025-12-19 11:01:33 +01:00 committed by GitHub
commit e88f3f9c7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -27,6 +27,8 @@ Aikido Safe Chain supports the following package managers:
# Usage # Usage
![Aikido Safe Chain demo](https://raw.githubusercontent.com/AikidoSec/safe-chain/main/docs/safe-package-manager-demo.gif)
## Installation ## Installation
Installing the Aikido Safe Chain is easy with our one-line installer. Installing the Aikido Safe Chain is easy with our one-line installer.
@ -50,11 +52,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): 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:** **Unix/Linux/macOS:**
```shell ```shell
curl -fsSL https://github.com/AikidoSec/safe-chain/releases/download/x.x.x/install-safe-chain.sh | sh curl -fsSL https://github.com/AikidoSec/safe-chain/releases/download/x.x.x/install-safe-chain.sh | sh
``` ```
**Windows (PowerShell):** **Windows (PowerShell):**
```powershell ```powershell
iex (iwr "https://github.com/AikidoSec/safe-chain/releases/download/x.x.x/install-safe-chain.ps1" -UseBasicParsing) iex (iwr "https://github.com/AikidoSec/safe-chain/releases/download/x.x.x/install-safe-chain.ps1" -UseBasicParsing)
``` ```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Before After
Before After