Select the types of activity you want to include in your feed.
Update READMEs to reference nox- package names
Each README's 'opam install <pkg>' instructions now match the post-rename opam package names. Auto-generated by 'monopam lint --fix' after the nox-* prefix landed on the underlying packages.
···2020Install with opam:
21212222```sh
2323-$ opam install cbor
2323+$ opam install nox-cbor
2424```
25252626If opam cannot find the package, it may not yet be released in the public
···2929```sh
3030$ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git
3131$ opam update
3232-$ opam install cbor
3232+$ opam install nox-cbor
3333```
34343535## Usage