Skip to content

Commit 8ff69b2

Browse files
author
Ben Wyatt
authored
Update readme
1 parent 90673b9 commit 8ff69b2

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
java_rs
1+
This is a project for working with Java from Rust code. Currently includes read-only classfile browsing from inside Rust code as well as a GUI. Hopefully one day will include a JVM.
2+
3+
# Build
4+
5+
Clone the repository and open up the base directory in a shell of your choice and make sure Rust is installed. Then run a command:
6+
## Build only
7+
8+
`cargo build --release`
9+
10+
## Run browser GUI
11+
12+
`cargo run --release -p class_browser`
13+
14+
Binaries are found in `./target/release/`

0 commit comments

Comments
 (0)