Skip to content

Instantly share code, notes, and snippets.

@mantono
Created February 24, 2017 07:36
Show Gist options
  • Save mantono/a53538c834dcdf970cfdc315ec87dfd6 to your computer and use it in GitHub Desktop.
Save mantono/a53538c834dcdf970cfdc315ec87dfd6 to your computer and use it in GitHub Desktop.
Install Intellij & Kotlin on Ubuntu
# Add ubuntu-make repo
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
# Install ubuntu-make
sudo apt-get install ubuntu-make
#Install kotlin
umake kotlin
# Install Intellij
umake ide idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment