From a176f02d8067da9951c1dda3b56deba52880fa03 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Wed, 10 Feb 2021 16:12:31 -0500 Subject: [PATCH] oops --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f08cf2..986d814 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,13 @@ wget https://files.danieliu.xyz/repos/makepkg/9it-cli/PKGBUILD makepkg -si ``` -#### deb - (deb, ubuntu, mint etc) +#### deb (deb, ubuntu, mint etc) The .deb file is available [here](https://files.danieliu.xyz/repos/apt/9it-cli/9it-cli_1.0-1.deb). The full install is quite simple: ``` wget https://files.danieliu.xyz/repos/apt/9it-cli/9it-cli_1.0-1.deb sudo dpkg -i 9it-cli_1.0-1.deb +sudo apt-get install -f ``` #### ebuild (gentoo) - coming soon