diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-14 13:00:52 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-14 13:00:52 -0700 |
| commit | eec82e8bc55e0241a8439c30c0b39f96eb60a63f (patch) | |
| tree | ade16489efe45421164d06e1766cc8360f3fe04a | |
| parent | 933d1c62de3c911602d2021b0471c31d86ec1632 (diff) | |
Correct example
| -rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -20,17 +20,20 @@ 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`: +Then you can verify that the packages it provides are available by using [eix](https://wiki.gentoo.org/wiki/Eix), for example `slstatus`: ``` eix slstatus ``` And you should see the listing from `csobczak`. -You can add these packages to your [sets](https://wiki.gentoo.org/wiki/Package_sets) with the `::csobczak` suffix. For example, dwl in my `@wm` set: +You can add these packages to your [sets](https://wiki.gentoo.org/wiki/Package_sets) with the `::csobczak` suffix. For example, dwl in my `@wm` set, I have the line: ``` gui-wm/dwl::csobczak ``` +More details about `version specifier` and `atom` syntax can be found on the +[wiki](https://wiki.gentoo.org/wiki/Version_specifier). + Packages included: - [dwl](https://git.sobczak.family/dwl/) - [slstatus](https://git.sobczak.family/slstatus/) |
