Skip to content

Commit 58f5aac

Browse files
committed
prepare for using release pages
1 parent 42a3421 commit 58f5aac

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ build/
3232
.DS_Store
3333
/basicode.iml
3434
/bc-examples/
35+
/basicode.jar

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ to Java bytecodes. The whole thing should be _simple_, first and foremost.
1111
## Building and Running
1212

1313
If you're not interested in building the project before trying it, you can
14-
use the executable JAR file `basicode.jar` in the project root.
14+
download an executable JAR file (`basicode.jar`) from the
15+
[release page](https://github.com/mhaupt/basicode/releases).
1516

1617
The project was built using Java 21 and Maven. Once those are installed, just
1718
running `mvn package` on the command line should be enough to build

basicode.jar

-138 KB
Binary file not shown.

0 commit comments

Comments
 (0)