⬇️Installation

Installing Gauntlet

1

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

2

Prepare for usage

  • Rename the file you just downloaded to gauntlet for easy access

    • You 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

3

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