diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,7 +3,6 @@ To use this repository, add it to portate and then sync it: ``` eselect repository add csobczak git https://git.sobczak.family/csobczak.ebuild -emaint -r csobczak sync # this is the same as emerge --sync csobczak ``` Since this repository is using [cgit](https://git.zx2c4.com/cgit/) with dumb http, @@ -16,6 +15,11 @@ sync-depth = 0 sync-uri = https://git.sobczak.family/csobczak.ebuild ``` +Then sync the repository: +``` +emaint sync -r csobczak +``` + Then you can verify that the packages it provides are available by using [eix](https://wiki.gentoo.org/wiki/Eix), for example `dwl`: ``` eix slstatus |
