From c487381bcce4ef98ce1bcae65409b1daa8b9ec5c Mon Sep 17 00:00:00 2001 From: Fayez Loan Date: Mon, 1 Mar 2021 14:28:20 +0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6897aa0..34f6dd3 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,10 @@ Everything should be green and passing! Both these commands are to be run inside In order to fully use the application, you will have to start up some servers. Please open 3 terminals and navigate to the build folder. Enter these two commands on DIFFERENT terminals. -1. `./faz` -2. `./kv_store` +``` +1. ./faz +2. ./kv_store +``` The third terminal will be yours to use with Caw! Read on to find out how! @@ -91,4 +93,4 @@ Caw is designed to allow the user to interract with it through the command line. If you are looking for more information, or just feel a little lost, feel free to use the command `./caw --help` for more information! Lastly, if you have any issues with the program, or you want to suggest an upgrade, feel free to create an issue on our github page! -We hope you enjoy using Caw! Bye! \ No newline at end of file +We hope you enjoy using Caw! Bye!