Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 0ba256c

Browse files
committed
Update README of template with replacement instructions
1 parent 78aa071 commit 0ba256c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

courses/template/README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,17 @@
33
Copy this entire directory,
44
and replace the following:
55

6-
* TODO
6+
* Replace `<owner>`, `<repo>` and `<pkg>` in the `image` property in
7+
[`action.yml`](action.yml) to reference the correct repository
8+
where the docker image will be published,
9+
and with a package name of your choice.
10+
(For courses in this repository,
11+
we use the convention of taking the course path,
12+
and replacing slashes with dashes,
13+
e.g. `courses/cpp/ctf-segv` becomes `courses-cpp-ctf-segv`)
14+
* Replace the zip file URL in [`image/Dockerfile`](image/Dockerfile)
15+
to point to the CodeQL database that will be used in your course.
16+
17+
After this,
18+
update [`answers/`](answers) and [`image/config/`](image/config)
19+
to add your model answers and expected query results as appropriate.

0 commit comments

Comments
 (0)