From 78f1ad7362e495aff97ab95cdb9ad4082a90d3f3 Mon Sep 17 00:00:00 2001 From: 0xf8 <0xf8.dev@proton.me> Date: Sat, 3 Jun 2023 15:54:34 -0400 Subject: [PATCH] Add example to readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8be469..5a72813 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,9 @@ OR `install -m755 rbtext /usr/bin` ## runtime configuration -This is done by setting environment variables -- `RBTEXT_FULLSCREEN` (default: Enabled) - Clear screen every print (useful for text that will wrap) \ No newline at end of file +This is done by setting environment variables. +- `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` \ No newline at end of file