You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@ Below is the list of assignments in order of increasing difficulty:
25
25
26
26
1. Fork this repository to an assignment-specific repository (e.g., "assignment-1-template") under your classroom organization. This fork can be public or private.
27
27
2. Move the following files to the root of the repository.
28
-
1. The `assignment.md` file to `README.md` in the root of the repository.
28
+
1. The `assignment.md` file to `README.md` in the root of the repository. When moving this file, update the due date at the top of the file.
29
29
2. The `questions.md` file.
30
30
3. The `components` directory.
31
31
3. Delete the assignments directory.
32
32
33
33
## Using codespaces
34
34
35
-
I'll fill this in soon.
35
+
- Note: There isn't a good way to enable prebuilt devcontainers, so the first time students open the codespace it will take a few minutes to clone gem5, etc.
0 commit comments