Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Documentation #2

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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