Skip to content

Commit ed7d94d

Browse files
committed
Update README.md
1 parent 8111c62 commit ed7d94d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# RSDKv2 Decompilation
2-
A Full Decompilation of Sonic Nexus (2008), a Retro Engine game made by Taxman.
32

4-
Without assets from the game, this decompilation will not run. You can download the game [here](https://info.sonicretro.org/Sonic_Nexus).
3+
A complete decompilation of Retro Engine v2.
4+
5+
Without assets from the Sonic Nexus 2008 demo, this decompilation will not run. You can download the game [here](https://info.sonicretro.org/Sonic_Nexus).
56

67
# Additional Tweaks
78
* Added a built in mod loader, allowing to easily create and play mods.
@@ -21,7 +22,7 @@ Without assets from the game, this decompilation will not run. You can download
2122
* To setup your build enviroment and library dependecies, run the following commands:
2223
* Ubuntu (Mint, Pop!_OS, etc...): `sudo apt install build-essential git libsdl2-dev libvorbis-dev libogg-dev libtheora-dev`
2324
* Arch Linux: `sudo pacman -S base-devel git sdl2 libvorbis libogg libtheora`
24-
* Clone the repo with the following command: `git clone https://github.com/Rubberduckycooly/Sonic-Nexus-Decompilation.git`
25+
* Clone the repo with the following command: `git clone https://github.com/RSDKModding/RSDKv2-Decompilation.git`
2526
* Go into the repo you just cloned with `cd Sonic-Nexus-Decompilation`.
2627
* Then run `make CXXFLAGS=-O2 -j5`.
2728
* If your distro is using gcc 8.x.x, then add the argument `LIBS=-lstdc++fs`.

0 commit comments

Comments
 (0)