Skip to content

Commit

Permalink
Test install sdk via --version flag
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelFain committed Dec 15, 2024
1 parent 8905a75 commit 6b2223d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/tut-setup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ sb@dddd:~/demisto/content$ poetry shell
Then, make sure that `demisto-sdk` has been installed automatically by the bootstrap script as part of the preqreuisites:
```bash
(venv) sb@dddd:~/demisto/content$ demisto-sdk
Use demisto-sdk -h to see the available commands.
(venv) sb@dddd:~/demisto/content$ demisto-sdk --version
demisto-sdk version: 1.33.0
```
Now, run the `demisto-sdk pre-commit` command ([pre-commit documentation](https://docs-cortex.paloaltonetworks.com/r/1/Demisto-SDK-Guide/pre-commit)) on the folder `Packs/HelloWorld/Integrations/HelloWorld` using the `-i` option,
Expand Down

0 comments on commit 6b2223d

Please sign in to comment.