Updated Readme.md

main
Edward Bigos 2024-03-22 10:05:28 -04:00
parent 0ee034a993
commit 4dbe7119d2
2 changed files with 19 additions and 2 deletions

2
.gitignore vendored
View File

@ -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/

View File

@ -1,3 +1,20 @@
# 2024SP-ELE128L
Code for the ELE-128L Lab
## 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