sehugg / 8bitworkshop

web-based IDE for 8-bit programming and Verilog development
http://8bitworkshop.com/
GNU General Public License v3.0
516 stars 84 forks source link

Updated README.md with correct clone instructions #137

Closed MikeDX closed 1 year ago

MikeDX commented 1 year ago

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

The original clone comand results in the following error:

git clone -b master --single-branch git://github.com/sehugg/8bitworkshop.git
Cloning into '8bitworkshop'...
fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Operation timed out

The new address was taken from the git repo page and appears to work fine.

sehugg commented 1 year ago

Thanks!