Updated Readme.md
parent
0ee034a993
commit
4dbe7119d2
|
@ -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/
|
||||
|
||||
|
|
19
README.md
19
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue