Seeed-Studio / CodeCraft

Codecraft is a graphical programming software which is based on Scratch 3.0
https://ide.tinkergen.com/
Apache License 2.0
18 stars 3 forks source link

Typos in the Readme due to a previous push #3

Closed vongomben closed 1 year ago

vongomben commented 1 year ago

Since the project has been pushed previosly, most of the commands possibly refer to another url. i.e.

git clone -b main https://github.com/Seeed-Projects/seeed-codecraft ~/seeed-codecraft 
export workspace=~/seeed-codecraft
pushd workspace

Should be

git clone -b main https://github.com/Seeed-Studio/CodeCraft ~/CodeCraft
export workspace=~/CodeCraft
pushd workspace