diff --git a/.gitignore b/.gitignore index 5d381cc..f295d3d 100644 --- a/.gitignore +++ b/.gitignore @@ -158,5 +158,5 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +.idea/ diff --git a/README.md b/README.md index ed96d53..3bdcca0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ # 2024SP-ELE128L -Code for the ELE-128L Lab \ No newline at end of file +## Code and Documents for the ELE-128L Lab + +### To clone this directory: +Install git on your system. +Open a command prompt (Windows) or a terminal (Linux, Mac OS) +Run the command below. + +git clone https://cset2.stcc.edu/git/bigos/2024SP-ELE128L.git + +Your working directory is 2024SP/2024SP-ELE128L + +### To pull in new changes: +Open a command prompt (Windows) or a terminal (Linux, Mac OS) +Change your working directory to 2024SP/2024SP-ELE128L +Run the command below. + +git pull https://cset2.stcc.edu/git/bigos/2024SP-ELE128L.git +