Updated Readme copy

This commit is contained in:
Jonathan Moallem 2020-11-25 18:02:30 +11:00 committed by GitHub
parent f2a478ddab
commit bf67972952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ Unfortunately **we do not yet have automated project setup configured for Window
### Additional Notes
- It is recommended that your code should go into the `/src` directory, which is automatically included in the compile process when you run `make`.
- If you wish to change the program entry point from `/src/main.cpp`, add more libraries, or really anything about your project, all build instructions are specified in the `Makefile` no smoke and mirrors!
- If you wish to change the program entry point from `/src/main.cpp`, add more libraries, or really anything about your project, all build instructions are specified in the `Makefile` - no smoke and mirrors!
## Contributing