From ec852c66f47caa14245ebe3bfcc47544586184bc Mon Sep 17 00:00:00 2001 From: jason19970210-senao <110872846+jason19970210-senao@users.noreply.github.com> Date: Wed, 21 Sep 2022 13:43:24 +0800 Subject: [PATCH] Update installation CLI command in index.html Thanks for the help from the issues. The documentation should be updated. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d3f99ad..c315392 100644 --- a/index.html +++ b/index.html @@ -221,7 +221,7 @@

Install

Nutty is available as a PPA for Ubuntu (16.04 upwards) and other Ubuntu based systems. Open Terminal and run the following comands for installation
-sudo apt-add-repository ppa:bablu-boy/nutty
+sudo apt-add-repository ppa:bablu-boy/nutty.0.1
 sudo apt-get update
 sudo apt-get install com.github.babluboy.nutty
In case of issues related to missing libgranite package, add the Elementary PPA as shown below and re-try. The Elementary PPA can be removed after Nutty is installed.