File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ A terminal-based presentation tool that creates beautiful presentations from mar
27
27
- Swipe left/right
28
28
- Slide up/down
29
29
- Flip effects
30
- - ** Hot reload** : Live reloading of presentation files during editing with the ` -w ` flag
30
+ - ** Hot reload** : Live reloading of presentation files during editing by default
31
31
- ** Customizable styling** : Configure borders, colors, and layouts via YAML front matter
32
32
- ** Theme support** : Choose from built-in Glamour themes or load custom JSON theme files
33
33
- ** Flexible layouts** : Center, align, and position content with various layout options
@@ -57,8 +57,8 @@ go build -o kyma
57
57
# Display a presentation
58
58
kyma presentation.md
59
59
60
- # Watch for changes and auto-reload
61
- kyma -w presentation.md
60
+ # Display a presentation without hot reloading
61
+ kyma presentation.md -s
62
62
63
63
# Show version
64
64
kyma version
You can’t perform that action at this time.
0 commit comments