-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,11 +56,11 @@ Same as above but with a custom dotenv file path: | |
|
||
The file format is a list of key-value pairs, one per line. | ||
The key and value are separated by an equal sign. | ||
Whitespaces around the key and value are ignored. | ||
Whitespaces around keys and values are ignored. | ||
A line is terminated by a newline character or a carriage return. | ||
Empty lines and lines starting with a hash sign (#) are ignored. | ||
Comments can be added using a hash sign (#) either at the start of a line | ||
or inline. For values that contain a hash sign, the value must be quoted. | ||
Values can be optionally quoted with single or double quotes. | ||
Characters after the ending quote for a value are ignored. | ||
If quoted, the following escape sequences are supported: | ||
|
||
\n | ||
|
@@ -96,6 +96,7 @@ env(1) | |
Yifan Gu <[[email protected]](mailto:[email protected])> | ||
|
||
Unknown OS - April 28, 2024 | ||
|
||
# INSTALL | ||
|
||
```bash | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters