From 77ce66052df46fdad64dfc00ef6241e162d7a781 Mon Sep 17 00:00:00 2001 From: sharpetronics Date: Wed, 11 Oct 2023 15:22:30 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1bb8996..52f8f43 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ ## Steps to reproduce a Cpp Autotools Sandbox -1. Run `autoreconf -vi`. *Tip: Run this command each time you modify configure.ac* +1. Run `autoreconf -vi`. **Tip:** Run this command each time you modify configure.ac 2. Create a `build` directory and auto configure the app `cd build && ../configure`. -3. Compile the app with `make`. *Tip: Be certain you are in the **build** directory* -4. Run the app with `./drogon_dashboard. -5. *Optional:* Install the app to core system `make install`. *Tip: Root permissions may be needed depending on where you --prefix the install directory* +3. Compile the app with `make`. **Tip:** Be certain you are in the **build** directory +4. Run the app with `./drogon_dashboard`. +5. *Optional:* Install the app to core system `make install`. **Tip:** Root permissions may be needed depending on where you --prefix the install directory ## Authors: