Skip to content

Instantly share code, notes, and snippets.

View miloshavlicek's full-sized avatar
:octocat:
Let's make the world better…

Miloš Havlíček miloshavlicek

:octocat:
Let's make the world better…
View GitHub Profile
@miloshavlicek
miloshavlicek / Ionic Android Development on WSL.md
Last active January 2, 2020 10:49 — forked from fedme/Ionic Android Development on WSL.md
Ionic Android Development on WSL (Windows Subsystem for Linux)

Ionic Android Development on WSL

Installing the required software

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

cd ~
sudo apt update
sudo apt upgrade