Skip to content

Commit

Permalink
Update Documentation #2
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-haimk authored Apr 9, 2024
2 parents 75912aa + 5c8c195 commit bf34c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ For feedback, please get in touch with us at [Check Point Software Technologies

## ⬇️ CLI Download

To start using this CLI, simpley download the relevant OS binary from the [Release](https://github.com/CheckPointSW/harmony-endpoint-management-cli/releases/latest)

Or install it via PIP (PyPi registry) as global python command
To start using this CLI, install it via PIP (PyPi registry) as a global python command
```bash
pip install chkp-harmony-endpoint-management-cli
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from dotenv import load_dotenv
load_dotenv()

version = '1.0.17'
version = '1.0.18'

this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text(encoding='utf-8')
Expand Down

0 comments on commit bf34c82

Please sign in to comment.