diff --git a/README.md b/README.md index fa8b66d..9f2e651 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,10 @@ [![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/Coding-Dev-Tools/apiauth/blob/main/LICENSE) [![Open Source Alternative](https://img.shields.io/badge/Open_Source_Alternative-%E2%87%92-blue?logo=opensourceinitiative)](https://www.opensourcealternative.to/project/apiauth) [![LibHunt](https://img.shields.io/badge/LibHunt-%E2%87%92-blue?logo=codeigniter)](https://www.libhunt.com/r/Coding-Dev-Tools/apiauth) -[![PyPI](https://img.shields.io/pypi/v/apiauth)](https://pypi.org/project/apiauth/) - ## Installation - ```bash -pip install apiauth +pip install --index-url https://coding-dev-tools.github.io/pypi-index/simple/ apiauth +# or: pip install git+https://github.com/Coding-Dev-Tools/apiauth.git # Generate an API key apiauth generate api-key --name "My API Key" --service "api-gateway" --expiry-days 90