Skip to content

Commit 75718b9

Browse files
committed
updated readme file to reflect new codegrade submission flow
1 parent 4897348 commit 75718b9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ Using VSCode and Command Line:
1919

2020

2121
1. Fork the repo
22-
2. Clone your forked version of the repo
23-
3. cd into your repo and create a branch with your first and last name
24-
4. open the terminal in your vs code and type `npm install`
25-
5. next type `npm run test` in your terminal
26-
6. Complete your work making regular commits, once you have all your tests passing and you are ready to submit your work please see canvas for instructions on how to submit
22+
2. Go into canvas and connect your reop to codegrade
23+
3. Clone your forked version of the repo
24+
4. DO NOT CREATE A BRANCH. You will be pushing your changes to the main/master today
25+
5. cd into your repo
26+
6. open the terminal in your vs code and type `npm install`
27+
7. next type `npm run test` in your terminal
28+
8. Complete your work making regular commits to main/ master your codegrade score will update each time you make a push.
2729

2830
### Task 2: MVP
2931

@@ -56,6 +58,4 @@ Make sure you are invoking your function after defining it in order to view resu
5658

5759
## Submission format
5860

59-
Please submit your project via codegrade by following [these instructions](https://www.notion.so/lambdaschool/Submitting-an-assignment-via-Code-Grade-A-Step-by-Step-Walkthrough-07bd65f5f8364e709ecb5064735ce374)
60-
61-
61+
Please submit your project via codegrade by following [these instructions](https://lambdaschool.notion.site/lambdaschool/Lambda-School-Git-Flow-Step-by-step-269f68ae3bf64eb689a8328715a179f9) See part 2, submitting an assignment with codegrade

0 commit comments

Comments
 (0)