≡ menu
× menu

cnnmmd

Use: Terminal: macOS


Open a Terminal app window from the following folder:

> Applications
> Utilities
> Terminal

From here, copy and paste the string required to install the tool.

Use: Terminal: Windows


Open a Terminal app window from the following menu:

> Start (right click)
 
> Terminal

Install Ubuntu WSL and make it the default distro (at the end of the installation you will be asked for a regular username and password to log in, so set them as you like):

> wsl --install
> wsl --set-default ubuntu

Switch the screen to Ubuntu (if this is your first installation, it will be switched automatically):

> wsl

Change your permissions to administrator (root) mode:

$ sudo -s

Go to the administrator's (root) home directory:

$cd
$ pwd
/root

From here, copy and paste the string required to install the tool.