Skip to content

Commit

Permalink
Remove dollar sign from doc to easy copy
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf committed Sep 3, 2021
1 parent 1554c83 commit d7b7ba7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -40,32 +40,32 @@ 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

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
To export the presentation as static HTML content use the command:
```shell
$ revelation mkstatic slides.md
revelation mkstatic slides.md
```

### PDF Export
Expand Down

0 comments on commit d7b7ba7

Please sign in to comment.