mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
Update README.md (#538)
This commit is contained in:
parent
99c5c6e8db
commit
c4685ff11a
@ -53,24 +53,19 @@ Generate project files:
|
||||
```bash
|
||||
script.bat
|
||||
```
|
||||
|
||||
Now, you will be able to open the solution, and simply build it in Visual Studio.
|
||||
|
||||
## Staying Up To Date
|
||||
|
||||
Pull the latest changes from Github:
|
||||
```bash
|
||||
git pull && git submodule update
|
||||
```
|
||||
Pull the latest changes from Github and regenerate project files:
|
||||
|
||||
Make sure your Visual Studio is closed and regenerate project files:
|
||||
```bash
|
||||
GenerateProjects.bat
|
||||
script.bat
|
||||
```
|
||||
|
||||
## 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
|
||||
- `gui/` includes everything related to UI elements
|
||||
- `hooks/` function hooks
|
||||
|
Loading…
Reference in New Issue
Block a user