albertodemichelis / squirrel

Official repository for the programming language Squirrel
http://www.squirrel-lang.org
MIT License
894 stars 148 forks source link

Add Installation Script for Linux (Based on Celisej567's Work) #285

Closed emmanuel-aubertin closed 1 month ago

emmanuel-aubertin commented 2 months ago

Hello there 👋,

I've updated the script originally made by Celisej567. Now, it accepts arguments, making installation and uninstallation easier.

Here is the usage:

Squirrel-lang Installer

Usage: ./build.sh [-h | --help] [-v | --version] [-i | --install] [-u | --uninstall]

          -h, --help            Display help message
          -v, --version         Show version information
          -i, --install         Install all binaries on your computer (in /bin)
          -u, --uninstall       Uninstall Squirrel-lang

Revision 1.0

This is my first PR on a "big" project 🥳, so if I've made any mistakes, I would be happy to learn about best practices 📖