diff options
author | Astatin <[email protected]> | 2024-12-10 15:17:43 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-10 15:17:43 +0900 |
commit | 861159cbfd5316d24949f80dc4c3d242893e17e5 (patch) | |
tree | e3b392228bc70556f999cb2ce8ba796db3b957a4 /README.md | |
parent | ef8e7fe62b49fcc184f8046d7aea6471cfc638c9 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-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 |