Skip to content

Commit 71c3954

Browse files
committed
Update README.md
1 parent 3100b89 commit 71c3954

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ storing your files there (this folder is already ignored in `.gitignore`).
1010
Installation
1111
------------
1212
Simply source `load.bash` from within a bash session.
13+
```bash
14+
git clone https://github.com/hiatus/dotenv
15+
. dotenv/load.bash
1316
```
14-
user@host:~$ git clone https://github.com/hiatus/dotenv
15-
user@host:~$ . dotenv/load.bash
16-
```
17+
18+
Alternatively, you can source `dotenv` inside `~/.bashrc` to make functions available by default on
19+
all bash sessions.

0 commit comments

Comments
 (0)