diff options
author | Astatin <[email protected]> | 2024-12-10 15:24:57 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-10 15:24:57 +0900 |
commit | 17ebc22d8fd1a09e5f3c1b749e4a83077d4329a4 (patch) | |
tree | 0194ec2a8bda1208e4759428a0865cb11882b08c /README.md | |
parent | 861159cbfd5316d24949f80dc4c3d242893e17e5 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,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 +git clone https://github.com/AstatinChan/BunnyLand-Gameboy.git cd BunnyLand-Gameboy ``` |