Skip to content

Commit 3014076

Browse files
Merge pull request #954 from harilvfs/fish
docs: make setup links compatible with Fish shell
2 parents ae2c3df + 29992fc commit 3014076

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ You can find the Hyprland Installation instructions here: https://wiki.hyprland.
2929
Recommended is to install the Hyprland Desktop Profile from archinstall first.
3030

3131
```shell
32-
bash <(curl -s https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-arch.sh)
32+
bash -c "$(curl -s https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-arch.sh)"
3333
```
3434

35+
3536
YouTube Video https://youtu.be/sVFnd5LAYAc
3637

3738
You can also install the main release with your preferred AUR helper.
@@ -55,7 +56,7 @@ Please rebuild all packages to ensure that you get the latest commit.
5556
Tested on Fedora Workstation 41 and 42.
5657

5758
```shell
58-
bash <(curl -s https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-fedora.sh)
59+
bash -c "$(curl -s https://raw.githubusercontent.com/mylinuxforwork/dotfiles/main/setup-fedora.sh)"
5960
```
6061

6162
## Troubleshooting

0 commit comments

Comments
 (0)