Commit 857c4e26 authored by Vadim Makeev's avatar Vadim Makeev

Update path to the CLI package

parent ecc8949d
...@@ -20,7 +20,7 @@ Open you presentation in a browser, make sure it’s in the list mode and send i ...@@ -20,7 +20,7 @@ Open you presentation in a browser, make sure it’s in the list mode and send i
To export your slides to PDF via console, you’ll need [Node.js](https://nodejs.org/) with npm installed. Once you have it, you can install Shower CLI package that’ll take care of export: To export your slides to PDF via console, you’ll need [Node.js](https://nodejs.org/) with npm installed. Once you have it, you can install Shower CLI package that’ll take care of export:
npm install -g shower-cli npm install -g @shower/cli
Once it’s installed, it becomes globally available as `shower` command. Run it in your presentation’s folder like this to get your PDF: Once it’s installed, it becomes globally available as `shower` command. Run it in your presentation’s folder like this to get your PDF:
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
}, },
"devDependencies": { "devDependencies": {
"path-exists-cli": "^1.0.0", "path-exists-cli": "^1.0.0",
"shower-cli": "^0.2.6" "@shower/cli": "^0.2.6"
}, },
"scripts": { "scripts": {
"pdf": "shower pdf", "pdf": "shower pdf",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment