Skip to content

Commit

Permalink
Update usage and PDF docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Makeev committed Mar 2, 2021
1 parent 7a9be63 commit 530fff5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ Default theme for the [Shower](https://github.com/shower/shower/) presentation e

## Usage

Get the Shower template where Ribbon is already included. Download the [template archive](https://shwr.me/shower.zip) or install the package:
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.

npm install @shower/shower
npx @shower/cli create

If you want to install Ribbon separately you can install the package:

npm install @shower/ribbon
Wait for the installation and choose the **ribbon** option in the wizard and you’re all set.

## Features

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

## PDF

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

## Development

Expand Down

0 comments on commit 530fff5

Please sign in to comment.