Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Corsi
Android
Slides Day 2 - App basics
Commits
06bf5834
Verified
Commit
06bf5834
authored
Nov 03, 2019
by
Roberto Bochet
Browse files
Updated README.md
parent
b240ce5e
Changes
1
Show whitespace changes
Inline
Side-by-side
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