Update README.md (#538)

This commit is contained in:
TheGreenBandit 2022-10-29 17:52:32 -04:00 committed by GitHub
parent 64b922af89
commit 1e09842766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,24 +53,19 @@ Generate project files:
```bash ```bash
script.bat script.bat
``` ```
Now, you will be able to open the solution, and simply build it in Visual Studio. Now, you will be able to open the solution, and simply build it in Visual Studio.
## Staying Up To Date ## Staying Up To Date
Pull the latest changes from Github: Pull the latest changes from Github and regenerate project files:
```bash
git pull && git submodule update
```
Make sure your Visual Studio is closed and regenerate project files: Make sure your Visual Studio is closed and regenerate project files:
```bash ```bash
GenerateProjects.bat script.bat
``` ```
## Project Structure ## Project Structure
- `api/` contains some basic example of how I'd make REST api calls
- `backend/` all features that should be ran in a loop are in here sorted by category - `backend/` all features that should be ran in a loop are in here sorted by category
- `gui/` includes everything related to UI elements - `gui/` includes everything related to UI elements
- `hooks/` function hooks - `hooks/` function hooks