https://docs.microsoft.com/en-us/windows/wsl/install-win10
Once WSL installed (I made this with Ubuntu LTS), launch:
-
sudo apt-get update && sudo apt-get upgrade
-
sudo apt-get install build-essential
-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
(check last version on the repo)
To update git (https://www.bytesized.xyz/how-to-update-git-in-ubuntu-windows-subsystem-for-linux/):
- sudo add-apt-repository ppa:git-core/ppa
- sudo apt update
- sudo apt install git
https://www.ssh.com/ssh/keygen
exec ssh-agent bash
ssh-add
$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install build-essential
< pk ?