Skip to content

Commit

Permalink
feat(README): TUI instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jan 12, 2024
1 parent 93f7144 commit 5467f69
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,21 @@ Leaving the whole app to consume 2mb of memory.

:heart: Rust!

## Terminal-ready

Yes, if you despise the bloated browsers and you prefer the warm embrace
of the terminal you can get your stoic quotes without leaving the terminal:

```bash
$ wget -qO- stoicquotes.io
"It is better to be despised for simplicity than to suffer agonies from everlasting pretense."
- Seneca

$ curl stoicquotes.io
"It is better to be despised for simplicity than to suffer agonies from everlasting pretense."
- Seneca
```

## License

This content is licensed under a
Expand Down

0 comments on commit 5467f69

Please sign in to comment.