diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-12 13:47:04 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-12 13:47:04 -0700 |
| commit | ef5adef7cca13189e408903b91e86756f02d3fef (patch) | |
| tree | a3c58ca7beb869c891e63aea817ad96e9b289aef /README.md | |
| parent | aa27fced9bd61a19d2e3517716b526e4da91b05e (diff) | |
Correct
Diffstat (limited to 'README.md')
| -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 |
