diff --git a/connect/README.md b/connect/README.md index 1916b8c..a20b980 100644 --- a/connect/README.md +++ b/connect/README.md @@ -34,10 +34,10 @@ Then choose "Security Management" as the service. ##Examples • Running the script on the Multi-Domain Server: -`python connect_all_domains.py --client_id --access_key --region eu` +`python3 connect_all_domains.py --client_id --access_key --region eu` • Running the script from remote: -`python connect_all_domains.py --client_id --access_key --region eu --server 192.168.1.1 --api_key --api_port 443` +`python3 connect_all_domains.py --client_id --access_key --region eu --server 192.168.1.1 --api_key --api_port 443` ## Development Environment @@ -46,4 +46,4 @@ The tool is developed using Python language version 3.7 and [Check Point API Pyt ##Note In order to run the script, explicit consent must be given. -The connect_all_domains.log and api debug files will be created in project location. \ No newline at end of file +The connect_all_domains.log and api debug files will be created in project location.