Compare commits

..

2 Commits

Author SHA1 Message Date
oDinZu WenKi
033c7d69f4 fix typos 2024-01-18 17:42:10 -05:00
oDinZu WenKi
4c9f3c654d fix typos 2024-01-18 17:38:46 -05:00
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 `./local-drogon-api-server`
1. Run the app with `./build/local-drogon-api-server`
## Development & Contributing

View File

@ -9,13 +9,13 @@
*Note: This has been built and tested on Arch Linux*
### Steps to build Drogon API from Source code
### Manual 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. `nano ./config.yaml`
5. `./local-drogon-api-server`
4. `./local-drogon-api-server`
## Development & Contributing
@ -23,7 +23,7 @@
* A Computer
* CMake
* Update the ./config.yaml file
* Update the ./config.yaml or .json file
### Recommendations