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 c1e3e97 commit 12fdfeaCopy full SHA for 12fdfea
README.md
@@ -177,9 +177,25 @@ pkg install gitui
177
178
Binaries available for:
179
180
-- Linux
181
-- macOS
182
-- Windows
+### Linux
+
+- gitui-linux-musl.tar.gz (linux on x86_64)
183
+- gitui-linux-aarch64.tar.gz (linux on 64 bit arm)
184
+- gitui-linux-arm.tar.gz
185
+- gitui-linux-armv7.tar.gz
186
187
+All contain a single binary file
188
189
+### macOS
190
191
+- gitui-mac.tar.gz (intel Mac, uses Rosetta on Apple silicon, single binary)
192
193
194
+### Windows
195
196
+- gitui-win.tar.gz (single 64bit binary)
197
+- gitui.msi (64bit Installer package)
198
199
200
## 7. <a name="build"></a> Build <small><sup>[Top ▲](#table-of-contents)</sup></small>
201
0 commit comments