Hi Andrew,
Since you're on Linux, I'd recommend you install the Toolbox through the .deb file. That's how I did it haha
If you can't install the Toolbox through the .deb file:
- Download the TLAToolbox .zip file,
- Extract the toolbox directory, and either:
- Add this directory to your PATH variable or
- Create a symlink in some directory that belongs to your PATH variable, maybe ~/.local/bin.
I can also recommend you use
tla-bin to download and install the most recent TLC version, and add a
tlc command to your command line. This is their URL with further documentation:
https://github.com/pmer/tla-bin
As an alternative to the TLA+ Toolbox, you might also like the VSCode TLA+ extension.
Best,
Jones