Skip to content

Instantly share code, notes, and snippets.

View jukefr's full-sized avatar
🌈
be the inspiration you want to see in the world, beat up a fascist :)

memory leak jukefr

🌈
be the inspiration you want to see in the world, beat up a fascist :)
View GitHub Profile
@jukefr
jukefr / Ionic Android Development on WSL2.md
Last active September 7, 2023 11:07 — forked from samuelyee/Ionic Android Development on WSL2.md
Ionic Android Development on WSL2 (Windows Subsystem for Linux)

Ionic Android Development on WSL2

This setup is assuming that GUI Linux apps can run in your WSL2.

Installing the required software

Execute the following commands to install Node, npm, git, Java, Ionic CLI:

cd ~
sudo apt update
sudo apt upgrade