README.md: Fix path to insobot's quotes [#26]

This commit is contained in:
Matt Mascarenhas 2017-06-21 22:45:06 +01:00
parent 64deea565f
commit 0cb357a209
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Fair warning: This is all under development and not production ready
## hmml_to_html.c
## hmml_to_html
### Build
@ -25,8 +25,8 @@ Note that if the .hmml file contains quotes (as `test.hmml` does), it would be
easiest for now just to remove the quote from `test.hmml`. If you want quotes
to work, run:
mkdir /home/matt/GitHub/insofaras/25fc16d58a297a486334
git clone https://gist.github.com/insofaras/25fc16d58a297a486334 /home/matt/GitHub/insofaras/25fc16d58a297a486334
mkdir /home/matt/git/GitHub/insofaras/25fc16d58a297a486334
git clone https://gist.github.com/insofaras/25fc16d58a297a486334 /home/matt/git/GitHub/insofaras/25fc16d58a297a486334
(Seriously, the path is hardcoded for now)