Skip to content

Commit 5626fb7

Browse files
authored
Update README.md
1 parent a96e616 commit 5626fb7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎README.md‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
2-
3-
4-
This is a simple Go program that finds the first `firstup.env` file starting from the current directory walking upwareds, excluding the root folder.
1+
This is a simple Go program that finds the first `firstup.env` file starting from the current directory walking upward, stopping before the root folder (meaning: any `/firstup.env` file will not be read).
52

63
It will write the env vars as export statements. It will also store the list of keys set in a separate environment variable and unset those next time `firstupdotenv` is run.
74

0 commit comments

Comments
 (0)