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

Commit

Permalink
fix: Auto-install script not working on fish shell (#422)
Browse files Browse the repository at this point in the history
* Fix install command example

* Update README.md
  • Loading branch information
conorbros committed Jan 27, 2023
1 parent c9cdf7c commit d878cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Some of the defining features that make this project unique are:
### Mac OS / Linux

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

### Manual (Mac OS / Linux)
Expand Down

0 comments on commit d878cd9

Please sign in to comment.