From 0b8ff31eb327e39655b529d361cfc777d75def52 Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Wed, 6 Oct 2021 17:54:41 +0200 Subject: [PATCH] Added example results --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index d30164a..dd7a0a8 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,32 @@ doas bash install.sh (The program is compiled at this time, you may check the script and the program out beforehand) ## Examples Once installed, you can find sample files in the project dir. + +--- +Example 1: ```sh ropipe < arabic.txt ``` +Result: +``` +I +X +CXXIII +CCCXXI +``` + +--- +Example 2: ```sh ropipe -r < roman.txt ``` +Result: +``` +4 +5 +7 +1200 +``` ## Manpage A manpage is installed alongside the program, try running `man ropipe`