Update 'README.md'

This commit is contained in:
sharpetronics 2023-10-11 15:22:30 -04:00
parent e1dd8f03c9
commit 77ce66052d

View File

@ -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: