-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Hank Donnay <[email protected]>
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Flatpak for [gotraceui] | ||
|
||
This is a best-effort, unofficial flatpak. | ||
Please feel free to take it for a spin to visualize go traces. | ||
|
||
## Install | ||
```sh | ||
flatpak --user install flathub org.freedesktop.Sdk.Extension.golang//23.08 org.freedesktop.Sdk//23.08 | ||
flatpak-builder --force-clean --user --install _build co.honnef.Gotraceui.json | ||
``` | ||
|
||
[gotraceui]: https://github.com/dominikh/gotraceui |