Skip to content

Commit 9bfeb87

Browse files
Update README.md
1 parent f06a74c commit 9bfeb87

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ Use the Github API to set up a set of repositories. The program will delete old
66
Modify a JSON file with this terms data. If the students from the previous term are all done with thier repos, set the deleteall flag in the JSON.
77

88
## Run
9-
```
10-
git clone https://github.com/WPIRoboticsEngineering/LabCodeRepoSetup.git
11-
cd LabCodeRepoSetup/LabCodeRepoSetup/
12-
./gradlw run teamAssignments2001.json
13-
```
9+
Open the project in Eclipse or other IDE as a Gradle project.
10+
11+
Run LabCodeRepoSetupMain with a json file as arguments to set up repos for the start of term
12+
13+
Run DownloadAllLabRepos with a json file as arguments to download all Lab repos for grading
14+
15+
Run DownloadAllHomeworkRepos with a json file as arguments to download all Homework repos for grading
16+
17+
1418
# JSON Config file
1519

1620
```

0 commit comments

Comments
 (0)