diff options
author | Bryan Newbold <bnewbold@archive.org> | 2022-08-12 09:27:00 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2022-08-12 09:27:00 -0700 |
commit | 70d9095bd1aa6cd63037993e770b17697b65cc1a (patch) | |
tree | 92a519ce396178fc6f24e898cf683701e48ea8d5 | |
parent | 3f4a9a50c72ff7748f432cceb34f7fd7e0a25683 (diff) | |
download | fatcat-cli-70d9095bd1aa6cd63037993e770b17697b65cc1a.tar.gz fatcat-cli-70d9095bd1aa6cd63037993e770b17697b65cc1a.zip |
README: mention libsodium-dev dependency
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -102,6 +102,13 @@ To check in on the status of recent editgroups, or to "submit" them for review: fatcat-cli editgroups list fatcat-cli editgroups submit editgroup_... + +## Development + +You need a Rust toolchain installed, and the `libsodium-dev` system package. +There are Makefile helpers, run `make help` to print a list of commands. + + ## Thanks! The "keyboard cat" photo at the top of this README is by Cassandra Leigh Gotto ([threecheersformcr_xo](https://www.flickr.com/photos/threecheersformcr_xo/5340309206/)) and shared under the [CC-BY-NC](https://creativecommons.org/licenses/by-nc/2.0/) license. |