turbot / steampipe-plugin-googledirectory

Use SQL to instantly query users, groups, domains and more from Google Directory. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/googledirectory
Apache License 2.0
12 stars 1 forks source link

Update README.md to include clone a repository using HTTPS, instead of SSH key #14

Closed Subhajit97 closed 3 years ago

Subhajit97 commented 3 years ago

Use cloning using HTTPS, instead of SSH key

From:

git clone git@github.com:turbot/steampipe-plugin-googledirectory
cd steampipe-plugin-googledirectory

To:

git clone https://github.com/turbot/steampipe-plugin-googledirectory.git
cd steampipe-plugin-googledirectory