+4
-2
readme.md
+4
-2
readme.md
···
6
6
## Features
7
7
8
8
- All slides are plain-text files.
9
-
- Navigation using `j` / `k` or `n` / `p`.
10
-
- You can also navigate to the next slide using `SPACE` or `ENTER`.
9
+
- Navigation using `j` / `k`, `n` / `p` and `space` / `enter` (only forward).
11
10
- Text color and style formatting.
12
11
- Pure bash.
13
12
···
27
26
28
27
# so on
29
28
```
29
+
30
+
**Note**: Make sure to prefix the first 9 slides with a `0` (`01-foo.txt`, `02-bar.txt` ...),
31
+
if you have more than 10 slides.
30
32
31
33
Finally, run:
32
34