summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-14 13:00:52 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-14 13:00:52 -0700
commiteec82e8bc55e0241a8439c30c0b39f96eb60a63f (patch)
treeade16489efe45421164d06e1766cc8360f3fe04a
parent933d1c62de3c911602d2021b0471c31d86ec1632 (diff)
Correct example
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1a1142f..3bf135d 100644
--- a/README.md
+++ b/README.md
@@ -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/)