diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ sudo cp gameboy-asm /usr/local/bin/gbasm We can now download the game sources ```bash git clone [email protected]:AstatinChan/BunnyLand-Gameboy.git -cd Bunnyland-Gameboy +cd BunnyLand-Gameboy ``` And assemble the ROM |