Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add support of zsh
  • Loading branch information
k06a authored and Uxio0 committed Feb 9, 2024
1 parent 79d06cc commit 4560f73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ To unload an owner:
If you want to use both `ledger` and `trezor` you need to run
```bash
pip install safe-cli[ledger, trezor]
pip install "safe-cli[ledger, trezor]"
```
#### Ledger
Expand All @@ -123,7 +123,7 @@ Ledger module is an optional feature of safe-cli to sign transactions with the h
To enable, safe-cli must be installed as follows:
```
pip install safe-cli[ledger]
pip install "safe-cli[ledger]"
```
When running on Linux, make sure the following rules have been added to `/etc/udev/rules.d/`:
Expand All @@ -145,7 +145,7 @@ Trezor module is an optional feature of safe-cli to sign transactions from Trezo
To enable, safe-cli must be installed as follows:
```
pip install safe-cli[trezor]
pip install "safe-cli[trezor]"
```
Trezor commands:
Expand Down

0 comments on commit 4560f73

Please sign in to comment.