Skip to content

Commit 1216257

Browse files
committed
docs: update link to installation Wiki page
1 parent ac06531 commit 1216257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<img src="https://repology.org/badge/vertical-allrepos/envfetch.svg" alt="Packaging status">
3434
</a>
3535

36-
Read about installing `envfetch` in the [Wiki](https://github.com/ankddev/envfetch/wiki/Installation).
36+
Read about installing `envfetch` in the [Wiki](https://github.com/ankddev/envfetch/wiki/2.-Installation).
3737
## Using
3838
To run envfetch, run `envfetch <COMMAND> <ARGS>` in your terminal.
3939
You can run `envfetch help` to see help message or `envfetch --version` to see program's version.
@@ -191,7 +191,7 @@ $ envfetch load --global --file .env.prod # permanent from specific file
191191
> When using `--global` flag:
192192
> - On Windows, variables are stored in the registry under HKEY_CURRENT_USER\Environment
193193
> - On Unix-like systems, variables are stored in shell configuration files (.bashrc, .zshrc, or config.fish)
194-
>
194+
>
195195
> Without `--global` flag, variables are only set for the current process run
196196
## Configuration
197197
`envfetch` support some configuration. Fitsly, you need to run `envfetch init-config` to create config file, it will return you path of config.

0 commit comments

Comments
 (0)