Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <[email protected]>
  • Loading branch information
hdonnay committed Dec 15, 2023
1 parent fda0d19 commit b4f642a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
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

0 comments on commit b4f642a

Please sign in to comment.