We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0369bde commit a176f02Copy full SHA for a176f02
README.md
@@ -24,12 +24,13 @@ wget https://files.danieliu.xyz/repos/makepkg/9it-cli/PKGBUILD
24
makepkg -si
25
```
26
27
-#### deb - (deb, ubuntu, mint etc)
+#### deb (deb, ubuntu, mint etc)
28
29
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:
30
31
wget https://files.danieliu.xyz/repos/apt/9it-cli/9it-cli_1.0-1.deb
32
sudo dpkg -i 9it-cli_1.0-1.deb
33
+sudo apt-get install -f
34
35
36
#### ebuild (gentoo) - coming soon
0 commit comments