Skip to content

Commit 3ce9a13

Browse files
authored
clarify symsorter release (#1768)
#skip-changelog
1 parent 5bf6015 commit 3ce9a13

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

crates/symsorter/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# SymSorter
22

33
A small utility that takes a folder structure of debug information files
4-
(currently mostly useful for apple and linux) and writes them into a folder
5-
structure that symbolicator can work with as a symbol source. The structure
6-
used is the `unified` format that the symbolicator also supports.
4+
(mostly useful for Apple, Linux and Nintendo Switch and PlayStation)
5+
and writes them into a folder structure that symbolicator can work with as a symbol source.
6+
The structure used is the `unified` format that the symbolicator also supports.
77

88
## Compiling
99

10-
SymSorter is not distributed precompiled so you need to compile it yourself:
10+
SymSorter is distributed via [GitHub Releases](https://github.com/getsentry/symbolicator/edit/66e8ee418ae8e0074fb5b92d65e3ea873d98f97d/crates/symsorter/README.md),
11+
but you can build it from source with:
1112

1213
```
1314
cargo build --release

0 commit comments

Comments
 (0)