mirror of
https://github.com/jb55/nostril.git
synced 2024-11-21 16:29:06 -05:00
readme: fedora install instructions
This commit is contained in:
parent
7010f179f2
commit
4fd0f73c27
13
README.md
13
README.md
|
@ -5,6 +5,19 @@ Cool nostr patch demo!
|
||||||
|
|
||||||
A cli util for creating nostr events
|
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
|
||||||
|
|
||||||
usage: nostril [OPTIONS]
|
usage: nostril [OPTIONS]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user