We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02c1ee commit faf5a7dCopy full SHA for faf5a7d
README.md
@@ -19,10 +19,16 @@ After installation, you can create an `alias` to make it easier to use.
19
20
### Ubuntu (recommended)
21
22
- sudo dpkg -i systemd-manager-tui_x.x.x-x_amd64.deb
+ sudo dpkg -i ./systemd-manager-tui_x.x.x-x_amd64.deb
23
24
Download the .deb file from [Releases](https://github.com/matheus-git/systemd-manager-tui/releases)
25
26
+### Fedora (recommended)
27
+
28
+ sudo dnf install ./systemd-manager-tui_x.x.x-x_x86_64.rpm
29
30
+Download the .rpm file from [Releases](https://github.com/matheus-git/systemd-manager-tui/releases)
31
32
### Arch linux
33
34
yay -S systemd-manager-tui
0 commit comments