Skip to content

Commit 34e20a9

Browse files
authored
Update README.md
updated readme with compiling tutorial and more
1 parent dabf75e commit 34e20a9

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,30 @@
1-
Just a repo with the BD-J elf loader by [CryoNumb](https://github.com/cryonumb) updated with the latest elfloader.elf by [John Tornblom](https://github.com/ps5-payload-dev)
1+
## Just a repo with the BD-J elf loader by [CryoNumb](https://github.com/cryonumb) updated with the latest elfloader.elf by [John Tornblom](https://github.com/ps5-payload-dev)
2+
<br />
23

4+
## Compiling:
35

46

7+
### Prerequisites:
8+
JDK 11 (PS5 uses Java 11 runtime)
9+
<br />
10+
Apache Maven
11+
<br />
12+
<br />
13+
14+
### CMD:
15+
16+
cd /.../.../.../bdjb-elfloader-main
17+
<br />
18+
19+
mvn clean install
20+
<br />
21+
<br />
22+
<br />
23+
<br />
24+
25+
26+
## Cryonumb's README
27+
528
# ELF Loader for BD-J [ps5-jar-loader](https://github.com/hammer-83/ps5-jar-loader)
629

730
## Usage

0 commit comments

Comments
 (0)