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.
···1212Install with opam:
13131414```sh
1515-$ opam install protobuf
1515+$ opam install nox-protobuf
1616```
17171818If opam cannot find the package, it may not yet be released in the public
···2121```sh
2222$ opam repo add samoht https://tangled.org/gazagnaire.org/opam-overlay.git
2323$ opam update
2424-$ opam install protobuf
2424+$ opam install nox-protobuf
2525```
26262727## Usage