From 4fd0f73c276ad8eb6e2c7905a32988d80769f1b7 Mon Sep 17 00:00:00 2001 From: cgi-bin/ <6095048+sven-hash@users.noreply.github.com> Date: Thu, 18 Aug 2022 18:11:23 +0200 Subject: [PATCH] readme: fedora install instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 82bea9c..d7487f2 100644 --- 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]