Gauntlet Documentation
  • 🏠Welcome
  • πŸ…Getting Started
    • 🧠Introduction To Gauntlet
  • ‼️Read before Proceeding
  • ⬇️Installation
  • πŸ‘¨β€πŸ’»VSCode Extension
  • πŸ“šBasics
    • πŸ’¨Running Gauntlet
    • πŸ“„File Setup & Hello World
  • πŸ” Scope Variables
  • πŸ–ΌοΈConstants
  • 🧩Functions
  • ↔️If Statements
  • πŸ”‘Ternary Operator
  • πŸ’ Switch-Case
  • πŸ“©Select-Case
  • ➰Loops
  • πŸ“Structs
  • 🧱Interfaces
  • πŸͺͺAliases
  • πŸ“ŽMethods
  • πŸ¦™Lambdas
  • πŸ•ΈοΈMiscellaneous
  • ⚑Advanced Features
    • πŸ”€When-Cases
    • 🚰Pipes
    • ⁉️Try-Statements
    • 🎭Force-Statements
    • 🌯Wrapper Types
Powered by GitBook
On this page
Export as PDF

Installation

PreviousRead before ProceedingNextVSCode Extension

Last updated 3 days ago

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

1

Head to the 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 and ask for help

⬇️
GitHub Releases page
Discord server