Skip to content

Commit a786fda

Browse files
committed
remove other ways to install
1 parent 937613d commit a786fda

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -35,32 +35,6 @@ Nice!
3535

3636
See further [usage](#%EF%B8%8F-usage) and [commands](#-commands).
3737

38-
---
39-
40-
#### Other Ways to Install
41-
42-
Don't want to use [npx](https://docs.npmjs.com/cli/v7/commands/npx)? Install a number of other ways.
43-
44-
<p><img alt="apple icon" src="https://api.iconify.design/mdi/apple.svg" width="20" /> Install via <a href="https://github.com/dotenv-org/homebrew-brew">Homebrew</a></p>
45-
46-
```bash
47-
$ brew install dotenv-org/brew/dotenv-vault
48-
$ dotenv-vault help
49-
```
50-
51-
<p><img alt="windows icon" src="https://api.iconify.design/mdi/windows.svg" width="20" /> Install on <a href="https://dotenv-vault-assets.dotenv.org">Windows</a></p>
52-
53-
* [32-bit installer](https://dotenv-vault-assets.dotenv.org/channels/stable/dotenv-vault-x86.exe)
54-
* [64-bit installer](https://dotenv-vault-assets.dotenv.org/channels/stable/dotenv-vault-x64.exe)
55-
56-
<p><img alt="docker icon" src="https://api.iconify.design/mdi/docker.svg" width="20" /> Install and run commands via <a href="https://hub.docker.com/r/dotenv/dotenv-vault">Docker</a></p>
57-
58-
```bash
59-
$ docker run -w $(pwd) -v $(pwd):$(pwd) -it dotenv/dotenv-vault help
60-
```
61-
62-
<a href="https://www.dotenv.org/install/">Learn more about installation</a>
63-
6438
## 🏗️ Usage
6539

6640
When you make a change to your `.env` file, push it up.

0 commit comments

Comments
 (0)