You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Slyde is a program to create professional beautifully animated presentations from XML. It is fast and easy, even for non-technical people.
@@ -99,3 +115,57 @@ This would output the following fully animated presentation:
99
115
- Rich plugin system extend Slyde in under a minute
100
116
- Exports are offline-ready HTML files
101
117
- Embed images in your presentation
118
+
119
+
## Installation
120
+
121
+
There are several ways to install Slyde: [installing an npm package](#npm-package-installation), [pull docker image](#docker-image-installation), or [building from source](#building-from-source).
122
+
123
+
### NPM package installation
124
+
125
+
To install slyde using [GitHub' NPM registry](https://npm.pkg.github.com/), run the following command:
0 commit comments