diff --git a/README.md b/README.md index afe4d10..619ca80 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,11 @@ Repository for the graphics and shaders project for Summer 2022. - Change the output text to your github username - Show the commands which you will use to build and run your application through the terminal using CMake ``` -Insert code here +$ cd C:\Users\ADMIN\OneDrive\Documents\GitHub\graphics-and-shaders-22 +$ mkdir Build1 +$ cd Build1 +$ cmake .. +$ cmake ..Build1 . ``` ### Deadline : 3rd June, 2022 11:59pm ### Instructions for submissions: diff --git a/includes/Config.h b/includes/Config.h index 85298be..8d7d9d4 100644 --- a/includes/Config.h +++ b/includes/Config.h @@ -1,5 +1,5 @@ #ifndef CONFIG_H #define CONFIG_H -#define WINDOW_NAME "Graphics And Shaders" +#define WINDOW_NAME "SKY351" #endif