Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit 530fff5

Browse files
author
Vadim Makeev
committed
Update usage and PDF docs
1 parent 7a9be63 commit 530fff5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ Default theme for the [Shower](https://github.com/shower/shower/) presentation e
77

88
## Usage
99

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.
1111

12-
npm install @shower/shower
12+
npx @shower/cli create
1313

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.
1715

1816
## Features
1917

@@ -25,7 +23,7 @@ Ribbon theme supports any slide ratio you want. But it’s optimized for the mos
2523

2624
## PDF
2725

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.
2927

3028
## Development
3129

0 commit comments

Comments
 (0)