Skip to content

Commit

Permalink
[doc] [QUICKSTART] minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daamien committed Oct 20, 2017
1 parent 6f4269c commit 7efe33a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ QUICKSTART
===============================================================================

Installing the full pandoc compilation stack is long and complex. Before doing
it you can try it easly with our [pandoc docker
image](https://hub.docker.com/r/dalibo/pandocker/) !
it, you can try it easly with our [pandoc docker image](https://hub.docker.com/r/dalibo/pandocker/) !

1. Install docker : https://docs.docker.com/engine/installation/

Expand All @@ -13,6 +12,5 @@ image](https://hub.docker.com/r/dalibo/pandocker/) !
If you want to use it permanently you can add an alias to your `~/.bashrc` file:

```sh
alias pandoc="docker run --volume ~/.dalibo:/root/.dalibo --volume
\`pwd\`:/pandoc dalibo/pandocker $@"
alias pandoc="docker run --volume ~/.dalibo:/root/.dalibo --volume \`pwd\`:/pandoc dalibo/pandocker $@"
```

0 comments on commit 7efe33a

Please sign in to comment.