Skip to content

Commit 8401e2a

Browse files
committed
docs: Fixing behavior of environment variables
Signed-off-by: Vincent Boutour <[email protected]>
1 parent 46c0805 commit 8401e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ curl "https://dotfiles.vibioh.fr/bootstrap.sh" | bash
2020

2121
You can set following environment variables for customizing installation behavior:
2222

23-
- `DOTFILES_NO_NODE="true"` doesn't perform install of `installations/node` file (replace `NODE` by any uppercase filename in `installations/` dir)
23+
- `DOTFILES_NODE="true"` will perform install of `installations/node` file (replace `NODE` by any uppercase filename in `installations/` dir)
2424

2525
```bash
2626
#!/usr/bin/env bash

0 commit comments

Comments
 (0)