nostril

A C cli tool for creating nostr events
git clone git://jb55.com/nostril
Log | Files | Refs | Submodules | README | LICENSE

INSTALL.txt (262B)


      1 Fedora
      2 ------
      3 
      4 $ sudo dnf install libtool automake
      5 $ make
      6 
      7 # Optional - install to system PATH
      8 
      9 $ sudo make install
     10 
     11 ######################
     12 
     13 Ubuntu
     14 ------
     15 
     16 $ sudo apt install libtool make automake
     17 $ make
     18 
     19 # Optional - install to system PATH
     20 
     21 $ sudo make install