diff --git a/README.md b/README.md index 083ddf2..d3210b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Envars: Application Config as Code -[![PyPI version](https://badge.fury.io/py/envars2.svg)](https://badge.fury.io/py/envars2) [![Documentation Status](https://readthedocs.org/projects/envars/badge/?version=latest)](https://envars.readthedocs.io/en/latest/?badge=latest) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) @@ -24,7 +23,7 @@ Stop juggling `.env` files and start treating your configuration like code. ## Installation ```bash -pip install envars +pip install git+https://github.com/timeoutdigital/envars2.git ``` ## Quick Start diff --git a/docs/getting-started.md b/docs/getting-started.md index b989829..09d0457 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -7,7 +7,7 @@ This tutorial will guide you through the basics of using `envars` to manage your First, install `envars` using `pip`: ```bash -pip install envars +pip install git+https://github.com/timeoutdigital/envars2.git ``` ## 2. Initialize Your Project