diff options
| -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/) |
