From d7b7ba7abde486542f80ad1b4bde1a0c0a26ca1c Mon Sep 17 00:00:00 2001 From: Humberto Rocha Date: Fri, 3 Sep 2021 18:59:17 -0400 Subject: [PATCH] Remove dollar sign from doc to easy copy --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 13fcbbf..8e38826 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Revelation depends on revealjs to run its presentation and every command bellow But, you can also manually install or even update it to a different version with the `installreveal` command: ```shell -$ revelation installreveal +revelation installreveal ``` ### Creating a new Presentation @@ -48,16 +48,16 @@ $ revelation installreveal To create a new presentation you can use `mkpresentation` command that will setup a new presentation using the base layout for you: ```shell -$ revelation mkpresentation mypresentation +revelation mkpresentation mypresentation ``` ### Running the Presentation You can start presenting with the `start` command on your presentation markdown file: -```shell -$ cd mypresentation -$ revelation start slides.md +``shell +cd mypresentation +revelation start slides.md ``` ### Static Export @@ -65,7 +65,7 @@ $ revelation start slides.md To export the presentation as static HTML content use the command: ```shell -$ revelation mkstatic slides.md +revelation mkstatic slides.md ``` ### PDF Export