Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/content/docs/v5/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ You can also [install manually](#manual-install) on any other Linux distribution

The simplest way to install Noctalia on Arch Linux is through the Arch User Repository (AUR). This method installs the shell system-wide and handles dependencies automatically.

Please replace with your AUR helper of choice.

<Tabs>
<TabItem label="AUR Helper">
Please replace with your AUR helper of choice.
```bash
paru -S noctalia-git
```
Expand All @@ -46,7 +45,7 @@ Please replace with your AUR helper of choice.

## Fedora {#fedora}

Noctalia-shell is available in the [Terra](https://terra.fyralabs.com) repository.
Noctalia is available in the [LionHeartP Copr](https://copr.fedorainfracloud.org/coprs/lionheartp/Hyprland/) repository.

First install the repository as described on the website:

Expand Down
Loading