Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirIssa authored Apr 7, 2024
1 parent cb22538 commit 9719ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ cd ./dsc30_sp24
git clone https://github.com/ucsd-dsc30/sp24-startercode
```

What you are doing above is creating a new folder called dsc30_sp24 (hence `mkdir dsc30`), then moving into that directory (`cd = change directory`), and cloning whatever files can be found inside the git repository.
Every week, we will release a new skeleton for the PA (a starter code), and if you followed the above steps properly, you need not repeat the steps above in the following weeks. You can get whatever files we upload using the git command:
What you are doing above is creating a new folder called dsc30_sp24 (hence `mkdir dsc30_sp24`), then moving into that directory (`cd = change directory`), and cloning whatever files can be found inside the git repository.
Every week, we will release a new skeleton for the PA (a starter code), and if you followed the above steps properly, you need not repeat it again for the following weeks. You can get whatever files we upload using the git command:

```bash
git pull
Expand Down

0 comments on commit 9719ab9

Please sign in to comment.