Skip to content

Running Techrater (Windows)

NOT_A_ROBOT edited this page Aug 3, 2024 · 2 revisions

Installing WSL

You can learn how to install the Windows Subsystem for Linux (WSL) here.

Follow the Linux instructions

Windows Subsystem for Linux (WSL) is basically Linux on Windows.
From here, you can follow the Linux instructions on how to run Techrater.

To install things (on Debian/Ubuntu), simply do sudo apt install <name>. For example, to install Git, you can do sudo apt install git.
You can use cd like you could on CMD. (cd.. or cd/ isn't supported, however.)
In Linux, we use ls instead of dir to see the files and folders in the current directory.
That's probably about everything you need to know about Linux to run Techrater.

Clone this wiki locally