2024SP-ELE128L/README.md

21 lines
569 B
Markdown
Raw Normal View History

2024-03-22 09:49:05 -04:00
# 2024SP-ELE128L
2024-03-22 10:05:28 -04:00
## 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