mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Describe safe-chain setup --include-python in documentation.
This commit is contained in:
parent
c6bcd6f646
commit
41998dff95
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -32,6 +32,12 @@ Installing the Aikido Safe Chain is easy. You just need 3 simple steps:
|
||||||
```shell
|
```shell
|
||||||
safe-chain setup
|
safe-chain setup
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To enable Python (pip/pip3) support (beta), use the `--include-python` flag:
|
||||||
|
```shell
|
||||||
|
safe-chain setup --include-python
|
||||||
|
```
|
||||||
|
|
||||||
3. **❗Restart your terminal** to start using the Aikido Safe Chain.
|
3. **❗Restart your terminal** to start using the Aikido Safe Chain.
|
||||||
- This step is crucial as it ensures that the shell aliases for npm, npx, yarn, pnpm, pnpx, bun, bunx, and pip/pip3 are loaded correctly. If you do not restart your terminal, the aliases will not be available.
|
- This step is crucial as it ensures that the shell aliases for npm, npx, yarn, pnpm, pnpx, bun, bunx, and pip/pip3 are loaded correctly. If you do not restart your terminal, the aliases will not be available.
|
||||||
4. **Verify the installation** by running one of the following commands:
|
4. **Verify the installation** by running one of the following commands:
|
||||||
|
|
@ -120,6 +126,12 @@ To use Aikido Safe Chain in CI/CD environments, run the following command after
|
||||||
safe-chain setup-ci
|
safe-chain setup-ci
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To enable Python (pip/pip3) support (beta) in CI/CD, use the `--include-python` flag:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
safe-chain setup-ci --include-python
|
||||||
|
```
|
||||||
|
|
||||||
This automatically configures your CI environment to use Aikido Safe Chain for all package manager commands.
|
This automatically configures your CI environment to use Aikido Safe Chain for all package manager commands.
|
||||||
|
|
||||||
## Supported Platforms
|
## Supported Platforms
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue