Skip to content

Commit 9d0b32b

Browse files
committed
Update README
1 parent 11f30fe commit 9d0b32b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img src="https://raw.githubusercontent.com/motdotla/dotenv/master/dotenv.svg" alt="dotenv-vault" align="right" width="200" />
44

5-
[![PyPI version][https://badge.fury.io/py/python-dotenv-vault.svg]][http://badge.fury.io/py/python-dotenv-vault]
5+
[![PyPI version](https://badge.fury.io/py/python-dotenv-vault.svg)](http://badge.fury.io/py/python-dotenv-vault)
66

77
Dotenv Vault extends the proven & trusted foundation of [python-dotenv](https://github.com/theskumar/python-dotenv), with a `.env.vault` file.
88

@@ -76,6 +76,8 @@ That's it!
7676

7777
You just synced your `.env` file. Commit your `.env.vault` file to code, and tell your teammates to run `npx dotenv-vault pull`.
7878

79+
[Learn more](https://www.dotenv.org/docs/tutorials/sync)
80+
7981
## Multiple Environments
8082

8183
Run the command:
@@ -86,7 +88,9 @@ $ npx dotenv-vault open production
8688

8789
It will open up an interface to manage your production environment variables.
8890

89-
## Integrate Anywhere [docs](https://www.dotenv.org/docs/tutorials/integrations)
91+
[Learn more](https://www.dotenv.org/docs/tutorials/environments)
92+
93+
## Integrate Anywhere™
9094

9195
Build your encrypted `.env.vault`:
9296

@@ -117,6 +121,8 @@ All set! When your app boots, it will recognize a `DOTENV_KEY` is set, decrypt t
117121

118122
Made a change to your production envs? Run `npx dotenv-vault build`, commit that safely to code, and deploy. It's simple and safe like that.
119123

124+
[Learn more](https://www.dotenv.org/docs/tutorials/integrations)
125+
120126
## Dotenv.org
121127

122128
**[Create your account](https://dotenv.org/signup)**

0 commit comments

Comments
 (0)