-
Notifications
You must be signed in to change notification settings - Fork 2
Running Techrater (Windows)
NOT_A_ROBOT edited this page Aug 3, 2024
·
2 revisions
You can learn how to install the Windows Subsystem for Linux (WSL) here.
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.