run instruction

This commit is contained in:
nora 2023-07-02 13:37:50 +02:00
parent 321af3e846
commit c50057a145
2 changed files with 18 additions and 1 deletions

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# Rust binary size analyzer
How to use:
`cd client && npm i && npm run dev`
In a separate shell:
`cargo run --release BINARY_PATH > client/groups.json`
Note: The symbol parsing code is extremely cursed. This may lead to very wonky results.