Compare commits

..

No commits in common. "033c7d69f4fa46bda7510c541a022f4a4bdd2afd" and "f4f7fc20298d58d27cd178ee5ca8bd1951cb2eff" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@
### Steps to build Drogon API from Source code
1. Run the app with `./build/local-drogon-api-server`
1. Run the app with `./local-drogon-api-server`
## Development & Contributing

View File

@ -9,13 +9,13 @@
*Note: This has been built and tested on Arch Linux*
### Manual Steps to build Drogon API from Source code
### Steps to build Drogon API from Source code
0. `nano ./config.yaml`
1. The `build/` folder is where the server will be compiled and served. `cd build/`
2. `cmake ..`
3. `make`
4. `./local-drogon-api-server`
4. `nano ./config.yaml`
5. `./local-drogon-api-server`
## Development & Contributing
@ -23,7 +23,7 @@
* A Computer
* CMake
* Update the ./config.yaml or .json file
* Update the ./config.yaml file
### Recommendations