mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix URLs in installation instructions to use 'refs'
This commit is contained in:
parent
d56b360d94
commit
b3cec59405
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -36,13 +36,13 @@ Installing the Aikido Safe Chain is easy with our one-line installer.
|
||||||
**Default installation (JavaScript packages only):**
|
**Default installation (JavaScript packages only):**
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/ref/tags/1.2.1/install-scripts/install-safe-chain.sh | sh
|
curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/refs/tags/1.2.1/install-scripts/install-safe-chain.sh | sh
|
||||||
```
|
```
|
||||||
|
|
||||||
**Include Python support (pip/pip3/uv):**
|
**Include Python support (pip/pip3/uv):**
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/ref/tags/1.2.1/install-scripts/install-safe-chain.sh | sh -s -- --include-python
|
curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/refs/tags/1.2.1/install-scripts/install-safe-chain.sh | sh -s -- --include-python
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows (PowerShell)
|
### Windows (PowerShell)
|
||||||
|
|
@ -50,13 +50,13 @@ curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/ref/tags/1.2.1
|
||||||
**Default installation (JavaScript packages only):**
|
**Default installation (JavaScript packages only):**
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
iex (iwr "https://raw.githubusercontent.com/AikidoSec/safe-chain/ref/tags/1.2.1/install-scripts/install-safe-chain.ps1" -UseBasicParsing)
|
iex (iwr "https://raw.githubusercontent.com/AikidoSec/safe-chain/refs/tags/1.2.1/install-scripts/install-safe-chain.ps1" -UseBasicParsing)
|
||||||
```
|
```
|
||||||
|
|
||||||
**Include Python support (pip/pip3/uv):**
|
**Include Python support (pip/pip3/uv):**
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
iex "& { $(iwr 'https://raw.githubusercontent.com/AikidoSec/safe-chain/ref/tags/1.2.1/install-scripts/install-safe-chain.ps1' -UseBasicParsing) } -includepython"
|
iex "& { $(iwr 'https://raw.githubusercontent.com/AikidoSec/safe-chain/refs/tags/1.2.1/install-scripts/install-safe-chain.ps1' -UseBasicParsing) } -includepython"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Verify the installation
|
### Verify the installation
|
||||||
|
|
@ -229,7 +229,7 @@ iex "& { $(iwr 'https://raw.githubusercontent.com/AikidoSec/safe-chain/main/inst
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
|
|
||||||
- name: Install safe-chain
|
- name: Install safe-chain
|
||||||
run: curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/ref/tags/1.2.1/install-scripts/install-safe-chain.sh | sh -s -- --ci --include-python
|
run: curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/refs/tags/1.2.1/install-scripts/install-safe-chain.sh | sh -s -- --ci --include-python
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
@ -245,7 +245,7 @@ iex "& { $(iwr 'https://raw.githubusercontent.com/AikidoSec/safe-chain/main/inst
|
||||||
versionSpec: "22.x"
|
versionSpec: "22.x"
|
||||||
displayName: "Install Node.js"
|
displayName: "Install Node.js"
|
||||||
|
|
||||||
- script: curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/ref/tags/1.2.1/install-scripts/install-safe-chain.sh | sh -s -- --ci --include-python
|
- script: curl -fsSL https://raw.githubusercontent.com/AikidoSec/safe-chain/refs/tags/1.2.1/install-scripts/install-safe-chain.sh | sh -s -- --ci --include-python
|
||||||
displayName: "Install safe-chain"
|
displayName: "Install safe-chain"
|
||||||
|
|
||||||
- script: npm ci
|
- script: npm ci
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue