Skip to content

Commit de52ee0

Browse files
authored
Add workflow enabling instructions
1 parent c34b477 commit de52ee0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ Manipulating arrays in code is a very common operation. Whether you are creating
99
## Requirements
1010

1111
- Fork this repo
12-
- Clone this repo
12+
- Clone it to your machine
13+
- Visit the "actions" tab in your fork, and enable workflows.
1314

1415
## Submission
1516

1617
Upon completion, run the following commands:
1718

1819
```bash
1920
git add .
20-
git commit -m "done"
21+
git commit -m "Solved lab"
2122
git push origin master
2223
```
2324

0 commit comments

Comments
 (0)