Skip to content

Instantly share code, notes, and snippets.

@lee-pai-long
Last active March 2, 2017 14:38
Show Gist options
  • Save lee-pai-long/7a4b1a5891108edcb624 to your computer and use it in GitHub Desktop.
Save lee-pai-long/7a4b1a5891108edcb624 to your computer and use it in GitHub Desktop.

[LINUX MINT 17.2] Install geany

$ [sudo] add-apt-repository ppa:geany-dev/ppa && \
> [sudo] apt-get update && \
> [sudo] apt-get install geany && \
> [sudo] apt-get install geany-plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment