tangled
alpha
login
or
join now
desertthunder.dev
/
lantern
3
fork
atom
magical markdown slides
3
fork
atom
overview
issues
pulls
pipelines
docs: fix install instructions
desertthunder.dev
3 months ago
02f1e4b4
4cfdd0ef
+21
-1
3 changed files
expand all
collapse all
unified
split
README.md
cli
Cargo.toml
examples
learn-markdown.md
+15
-1
README.md
···
6
6
7
7
### Installation
8
8
9
9
+
From a local clone:
10
10
+
9
11
```bash
10
10
-
cargo install lantern
12
12
+
cargo install --path cli
13
13
+
```
14
14
+
15
15
+
From GitHub:
16
16
+
17
17
+
```bash
18
18
+
cargo install --git https://github.com/stormlightlabs/lantern.git lantern-cli
19
19
+
```
20
20
+
21
21
+
From Tangled:
22
22
+
23
23
+
```bash
24
24
+
cargo install --git https://tangled.sh/desertthunder.dev/lantern lantern-cli
11
25
```
12
26
13
27
### Create Your First Deck
+4
cli/Cargo.toml
···
12
12
tracing-subscriber = "0.3.20"
13
13
lantern-core = { path = "../core" }
14
14
lantern-ui = { path = "../ui" }
15
15
+
16
16
+
[[bin]]
17
17
+
name = "lantern"
18
18
+
path = "src/main.rs"
+2
examples/learn-markdown.md
···
3
3
author: Learn Markdown
4
4
---
5
5
6
6
+
<!-- markdownlint-disable MD034 MD035 -->
7
7
+
6
8
# Markdown Basics
7
9
8
10
A quick reference for Markdown syntax