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
{{ message }}
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,11 @@ Default theme for the [Shower](https://github.com/shower/shower/) presentation e
7
7
8
8
## Usage
9
9
10
-
Get the Shower template where Ribbon is already included. Download the [template archive](https://shwr.me/shower.zip) or install the package:
10
+
Get the Shower template where Ribbon is already included. Download the [template archive](https://shwr.me/shower.zip) or create a slide deck via [CLI tool](https://github.com/shower/cli). It requires [Node.js](https://nodejs.org/) installed.
11
11
12
-
npm install @shower/shower
12
+
npx @shower/cli create
13
13
14
-
If you want to install Ribbon separately you can install the package:
15
-
16
-
npm install @shower/ribbon
14
+
Wait for the installation and choose the **ribbon** option in the wizard and you’re all set.
17
15
18
16
## Features
19
17
@@ -25,7 +23,7 @@ Ribbon theme supports any slide ratio you want. But it’s optimized for the mos
25
23
26
24
## PDF
27
25
28
-
Ribbon could be exported to PDF by printing it from the list mode in Chrome or Opera browsers. See [printing documentation](https://github.com/shower/shower/blob/master/docs/pdf.md) for more options.
26
+
You can export slides to PDF by printing it via built-in dialog in Chromium-based browsers or via CLI tool. See [printing documentation](https://github.com/shower/shower/blob/master/docs/pdf.md) for more options.
0 commit comments