1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-05-28 08:41:30 +00:00

Updated README.md with correct clone instructions

The original clone command using the endpoint git://github.com/sehugg/8bitworkshop.git did not work and has been replaced with a working one: git@github.com:sehugg/8bitworkshop.git
This commit is contained in:
Mike DX 2023-02-07 18:38:22 +00:00 committed by GitHub
parent 9d39edf452
commit 0dcd70148b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
To clone just the main branch:
```sh
git clone -b master --single-branch git://github.com/sehugg/8bitworkshop.git
git clone -b master --single-branch git@github.com:sehugg/8bitworkshop.git
```
To build the 8bitworkshop IDE: