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 5aa5814 commit ef17550Copy full SHA for ef17550
README.md
@@ -58,16 +58,22 @@ Over the last 2 years my go-to GUI tool for this was [fork](https://git-fork.com
58
59
For the time being this product is considered alpha and **not** production ready.
60
61
-## release binaries
+## Fedora
62
63
-see [releases](https://github.com/extrawurst/gitui/releases)
+```sh
64
+sudo dnf install gitui
65
+```
66
67
## homebrew (macos)
68
69
```
70
brew install extrawurst/tap/gitui
71
72
73
+## release binaries
74
+
75
+see [releases](https://github.com/extrawurst/gitui/releases)
76
77
## install from source
78
79
### requirements
0 commit comments