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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,15 +122,13 @@ This workshop consist of several exercises that will guide you through the proce
122
122
123
123
By checking out each exercise branch, you will start of with a working implementation of the previous exercise.
124
124
125
-
The lines marked with: **Exercise** are the task that need to be performed!
126
-
127
125
You can start your journey now by switching to the exercise-1 branch, either by using IntelliJ or, by issue the following command in your terminal:
128
126
129
127
```
130
128
git checkout exercise-1
131
129
```
132
130
133
-
Please keep this documentation open in your browser while completing the exercises.
131
+
Please keep this documentation open in your browser while completing the exercises. The lines marked with: **Exercise** are the task that need to be performed!
134
132
135
133
The documentation for the first exercise can be found here: [exercise-1.md](./exercise-1.md)
0 commit comments