Add example to readme
This commit is contained in:
parent
ce1f74886d
commit
78f1ad7362
@ -13,5 +13,9 @@ OR
|
|||||||
`install -m755 rbtext /usr/bin`
|
`install -m755 rbtext /usr/bin`
|
||||||
|
|
||||||
## runtime configuration
|
## runtime configuration
|
||||||
This is done by setting environment variables
|
This is done by setting environment variables.
|
||||||
- `RBTEXT_FULLSCREEN` (default: Enabled) - Clear screen every print (useful for text that will wrap)
|
- `RBTEXT_FULLSCREEN` (default: Enabled) - Clear screen every print (useful for text that will wrap)
|
||||||
|
|
||||||
|
### example
|
||||||
|
Runs rbtext without clearing the screen everytime
|
||||||
|
`RBTEXT_FULLSCREEN=-1 ./rbtext hello world`
|
Loading…
Reference in New Issue
Block a user