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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ To generate the static HTML files from the jade sources, execute:
10
10
11
11
$ cd slides
12
12
$ npm install
13
-
$ slides/bin/build
13
+
$ ./bin/build
14
14
15
15
The HTML files will be written into the `generated` folder.
16
16
@@ -28,4 +28,4 @@ Each lab is contained in its own folder with two subfolders: `before`, containin
28
28
29
29
License
30
30
-------
31
-
The materials of the course are licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en`US), with an exception to the NonCommercial clause to be able to deliver courses commercially for your own purposes.
31
+
The materials of the course are licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en`US), with an exception to the NonCommercial clause to be able to deliver courses commercially for your own purposes.
0 commit comments