Skip to content

Commit cf49be2

Browse files
Merge pull request #12 from nushackers/git/update-content-orbital-25
Update content for Orbital 2025 Co-authored-by: Jeya <[email protected]>
2 parents 828db79 + 0bb527d commit cf49be2

File tree

4 files changed

+1119
-696
lines changed

4 files changed

+1119
-696
lines changed

git/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
The git slides use [`marp-cli`](https://github.com/marp-team/marp-cli):
44

55
```
6-
marp slides.md -o index.html
7-
marp slides.md -o slides.pdf
6+
# install
7+
npm install -g @marp-team/marp-cli@latest
8+
9+
# convert
10+
marp slides.md -o index.html --html
11+
marp slides.md -o slides.pdf --html --pdf --allow-local-files
12+
marp slides.md -o slides.pptx --html --allow-local-files
813
```

0 commit comments

Comments
 (0)