From 0369bde7acf5dcf77b32f758f5b67eb542b6747c Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Wed, 10 Feb 2021 16:00:19 -0500 Subject: [PATCH] added deb install instructs --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ecee22..3f08cf2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Pushing and fetching from remotes is not built in, merging has also not been imp ### INSTALLATION -#### PKGBUILD (arch based) +#### pkgbuild (arch, artix, manjaro etc) Not in AUR yet (and not sure if it will ever be), but you can get the pkgbuild from [here](https://files.danieliu.xyz/repos/makepkg/9it-cli/PKGBUILD). The entire install process is as follows: ``` @@ -24,7 +24,13 @@ wget https://files.danieliu.xyz/repos/makepkg/9it-cli/PKGBUILD makepkg -si ``` -#### apt - coming soon +#### 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 +``` #### ebuild (gentoo) - coming soon