From dd5d901e6d5c59618a8168280fe92a724bfd2709 Mon Sep 17 00:00:00 2001 From: Gambhiro Date: Wed, 20 Jan 2016 18:55:44 +0000 Subject: [PATCH] deb download link --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a4c3f7b..570235b 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ Download: [Fractorium_Beta_0.9.9.3.msi](https://drive.google.com/file/d/0Bws5xPb ## Linux +### Install from PPA + Enable `universe` in the Ubuntu Software Center: - open the Edit menu @@ -27,6 +29,15 @@ sudo apt-get update sudo apt-get install fractorium ``` +### Install from .deb + +Download: [fractorium_0.9.9.3b-0ubuntu1_amd64.deb](https://launchpad.net/~fractorium/+archive/ubuntu/ppa/+files/fractorium_0.9.9.3b-0ubuntu1_amd64.deb) + +``` +cd ~/Downloads +sudo dpkg -i fractorium_0.9.9.3b-0ubuntu1_amd64.deb +``` + ## Mac OS/X (10.9+) TODO