Skip to content

Commit

Permalink
Fix formatting for quickstart instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Dec 21, 2021
1 parent a7e7508 commit 82fc7b3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ Principles of Wikkid
Quickstart
----------

To run from source, type something like:
To run from source, type something like::

$ python3 setup.py develop # install dependencies
$ git init /tmp/wiki
$ ./bin/wikkid-serve /tmp/wiki
$ sensible-browser http://localhost:8080/
$ python3 setup.py develop # install dependencies
$ git init /tmp/wiki
$ ./bin/wikkid-serve /tmp/wiki
$ sensible-browser http://localhost:8080/

Or, using docker:
Or, using docker::

$ docker run -p 8080:8080 -v /path/to/some/repo:/data \
ghcr.io/wikkid-team/wikkid
$ sensible-browser http://localhost:8080/
$ docker run -p 8080:8080 -v /path/to/some/repo:/data \
ghcr.io/wikkid-team/wikkid
$ sensible-browser http://localhost:8080/

Now what?
---------
Expand Down

0 comments on commit 82fc7b3

Please sign in to comment.