aspizu / goboscript

goboscript is the Scratch compiler
https://aspizu.github.io/goboscript
MIT License
76 stars 14 forks source link

Documentation and README.md is outdated which affects discoverablity of features! #16

Closed aspizu closed 7 months ago

aspizu commented 1 year ago

What issue are you having?

aspizu commented 1 year ago

If you are on debian/ubuntu install python3-is-python

aspizu commented 1 year ago

run this inside where you have cloned the repository

mkdir -p ~/.bin
echo -e "#!/bin/bash\nset -e\npython3 "'"$(pwd)"' > ~/.bin/gsc
chmod +x ~/.bin/gsc
echo -e "path+=(~/.bin)" >> ~/.zshrc