Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Corsi
Slides Corsi Linux Avanzati
Rete e Dintorni
Commits
06bf5834
Verified
Commit
06bf5834
authored
Nov 03, 2019
by
Roberto Bochet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated README.md
parent
b240ce5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
README.md
README.md
+5
-3
No files found.
README.md
View file @
06bf5834
...
...
@@ -24,10 +24,12 @@ need to force-push.
## Getting Started
In order for the slides to work (ie. display anything) you need to run:
`git submodule update --init
--depth 1
`
`git submodule update --init`
In case you need the mathjax submodule as well
`git submodule update --init --depth 1 --recursive`
`git submodule update --init --recursive`
You can add
`--depth 1`
to the previous commands to improve the update speed but only if you are using the latest
`reveal.js`
module.
## How do I use this thing?
...
...
@@ -55,7 +57,7 @@ Alternatively you can write your slides with pure **html**
### How do I see my stuff?
-
You can run
`./deploy.py`
with Python 3 and open the provided link in your browser.
You can run
`./deploy.py`
with Python 3 and open the provided link in your browser.
## How do I make a PDF out of the slides?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment