Skip to content

Commit 61ece4a

Browse files
committed
Add helpful hints
1 parent 732bd43 commit 61ece4a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,25 @@
11
# Compiler Design Starter Code
22

3+
> [!IMPORTANT]
4+
> Try to get something working as early as possible.
5+
> If anything breaks, let us know on moodle.
6+
37
This repository contains starter code for the Compiler Design course 2025.
48
The code can be found in the `java` and `haskell` branches.
59

610
There are several options how you can access the code:
711

8-
## Forking (recommended)
12+
## Using this Template (recommended)
913

1014
This is a template repository.
1115
That means you will find a fancy "Use this template" button on the top right.
1216
By creating a new repository from that, you are almost ready to go.
1317
You will receive further instructions once you got that part right and the GitHub Action
1418
had time to run.
1519

20+
> [!TIP]
21+
> This might take a few seconds. You will need to reload the page to see the changes.
22+
1623
## Downloading a ZIP File
1724

1825
You can also directly download a ZIP file containing the starter code.
@@ -24,4 +31,3 @@ Then, you can use the integrated `Download ZIP` button.
2431

2532
You can obviously also just clone this repository and push its content to wherever you want.
2633
If you plan to do that, you likely know what you're doing.
27-

0 commit comments

Comments
 (0)