Skip to content

Commit

Permalink
Merge pull request #580 from booth-w/fix-arch-install-instructions
Browse files Browse the repository at this point in the history
Fix arch install instructions
  • Loading branch information
yorukot authored Feb 3, 2025
2 parents 217956e + c8b1e79 commit a3fa6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/content/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ To uninstall, run the above `powershell` command with the modified URL:
###### Builds package from sources

```bash
sudo pacman -S superfile
yay -S superfile
```

###### Fetches prebuilt binaries from GitHub

```bash
sudo pacman -S superfile-bin
yay -S superfile-bin
```

### Homebrew
Expand Down

0 comments on commit a3fa6f6

Please sign in to comment.