Skip to content

Commit d06baea

Browse files
committed
update README
1 parent f62ba1e commit d06baea

1 file changed

Lines changed: 11 additions & 19 deletions

File tree

README.md

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,13 @@ Dotenv is a zero-dependency module that loads environment variables from a `.env
1414
[![LICENSE](https://img.shields.io/github/license/motdotla/dotenv.svg)](LICENSE)
1515
[![codecov](https://codecov.io/gh/motdotla/dotenv-expand/graph/badge.svg?token=pawWEyaMfg)](https://codecov.io/gh/motdotla/dotenv-expand)
1616

17-
* [🌱 Install](#-install)
18-
* [🏗️ Usage (.env)](#%EF%B8%8F-usage)
19-
* [🌴 Multiple Environments 🆕](#-manage-multiple-environments)
20-
* [🚀 Deploying (encryption) 🆕](#-deploying)
21-
* [🤖 Agents (AS2) 🆕](#-agents-as2)
22-
* [📚 Examples](#-examples)
23-
* [📖 Docs](#-documentation)
24-
* [❓ FAQ](#-faq)
25-
* [⏱️ Changelog](./CHANGELOG.md)
26-
27-
## 🌱 Install
17+
* [Install](#install)
18+
* [Usage](#usage)
19+
* [Multiple Environments](#multiple-environments)
20+
* [Deploying](#deploying)
21+
* [Agents (AS2) 🆕](#agents-as2)
22+
23+
## Install
2824

2925
```bash
3026
npm install dotenv --save
@@ -34,15 +30,11 @@ You can also use an npm-compatible package manager like yarn, bun or pnpm:
3430

3531
```bash
3632
yarn add dotenv
37-
```
38-
```bash
3933
bun add dotenv
40-
```
41-
```bash
4234
pnpm add dotenv
4335
```
4436

45-
## 🏗️ Usage
37+
## Usage
4638

4739
<a href="https://www.youtube.com/watch?v=YtkZR0NFd1g">
4840
<img src="https://img.youtube.com/vi/YtkZR0NFd1g/hqdefault.jpg" alt="how to use dotenv video tutorial" align="right" width="330" />
@@ -210,7 +202,7 @@ Use [dotenvx](https://github.com/dotenvx/dotenvx) to generate `.env.ci`, `.env.p
210202

211203
You need to deploy your secrets in a cloud-agnostic manner? Use [dotenvx](https://github.com/dotenvx/dotenvx) to generate a private decryption key that is set on your production server.
212204

213-
## 🌴 Manage Multiple Environments
205+
## Multiple Environments
214206

215207
Use [dotenvx](https://github.com/dotenvx/dotenvx)
216208

@@ -238,7 +230,7 @@ Hello local
238230

239231
[more environment examples](https://dotenvx.com/docs/quickstart/environments)
240232

241-
## 🚀 Deploying
233+
## Deploying
242234

243235
Use [dotenvx](https://github.com/dotenvx/dotenvx).
244236

@@ -255,7 +247,7 @@ Hello Production
255247

256248
[learn more](https://github.com/dotenvx/dotenvx?tab=readme-ov-file#encryption)
257249

258-
## 🤖 Agents (AS2)
250+
## Agents (AS2)
259251

260252
<a href="https://dotenvx.com/as2">AS2</a> is agentic secret storage from Dotenvx.
261253

0 commit comments

Comments
 (0)