β¬οΈInstallation
For the sake of organization, it's recommended that you make a Gauntlet folder (e.g. Gauntlet test
) to put the gauntlet executable in, along with your .gaunt
files.
Go must be installed on your computer for Gauntlet to work
Installing Gauntlet
Head to the GitHub Releases page and download for your OS
The GitHub Releases page is the only official source for distributing Gauntlet
Linux, Windows, and MacOS are supported
Be sure to download the most recent version
Prepare for usage
Rename the file you just downloaded to
gauntlet
for easy accessYou can use your file manager to do this
Mark the file as executable (only required on Linux and MacOS)
chmod +x gauntlet
Move to PATH for universal access (optional)
There are plenty of articles online for how you can do this for your respective OS
Verify Installation Works
In the same folder as the
gauntlet
file, run:Linux/MacOS:
./gauntlet test
Windows:
.\gauntlet.exe test
If you see
You've successfully installed Gauntlet!
, then you're all set!If you don't see that message, then join the Discord server and ask for help
Last updated