Skip to content

Commit

Permalink
Escape [ ] for zsh (still works on bash)
Browse files Browse the repository at this point in the history
Fix #49
  • Loading branch information
peterdesmet authored Aug 21, 2023
1 parent 5929767 commit 108fc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ pip install vptstools

If you need the tools/services to transfer data (SFTP, S3) install these additional dependencies:

```
pip install vptstools[transfer]
```ini
pip install vptstools\[transfer\]
```

## CLI endpoints
Expand Down

0 comments on commit 108fc15

Please sign in to comment.