Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit d878cd9

Browse files
authored
fix: Auto-install script not working on fish shell (#422)
* Fix install command example * Update README.md
1 parent c9cdf7c commit d878cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Some of the defining features that make this project unique are:
4343
### Mac OS / Linux
4444

4545
```bash
46-
bash <(curl -s https://raw.githubusercontent.com/doom-neovim/doom-nvim/main/tools/install.sh)
46+
curl -s https://raw.githubusercontent.com/doom-neovim/doom-nvim/main/tools/install.sh | sh
4747
```
4848

4949
### Manual (Mac OS / Linux)

0 commit comments

Comments
 (0)