commit 4fd0f73c276ad8eb6e2c7905a32988d80769f1b7 parent 7010f179f249574950661b3af7403f157dc70f95 Author: cgi-bin/ <6095048+sven-hash@users.noreply.github.com> Date: Thu, 18 Aug 2022 18:11:23 +0200 readme: fedora install instructions Diffstat:
M | README.md | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -5,6 +5,19 @@ Cool nostr patch demo! A cli util for creating nostr events +## Installation + +### Fedora + +```bash +$ sudo dnf install libtool automake +$ make + +# Optional - install to system PATH + +$ sudo make install +``` + ## Usage usage: nostril [OPTIONS]