README.md: Fix path to insobot's quotes [#26]
This commit is contained in:
parent
64deea565f
commit
0cb357a209
|
@ -1,6 +1,6 @@
|
||||||
Fair warning: This is all under development and not production ready
|
Fair warning: This is all under development and not production ready
|
||||||
|
|
||||||
## hmml_to_html.c
|
## hmml_to_html
|
||||||
|
|
||||||
### Build
|
### 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
|
easiest for now just to remove the quote from `test.hmml`. If you want quotes
|
||||||
to work, run:
|
to work, run:
|
||||||
|
|
||||||
mkdir /home/matt/GitHub/insofaras/25fc16d58a297a486334
|
mkdir /home/matt/git/GitHub/insofaras/25fc16d58a297a486334
|
||||||
git clone https://gist.github.com/insofaras/25fc16d58a297a486334 /home/matt/GitHub/insofaras/25fc16d58a297a486334
|
git clone https://gist.github.com/insofaras/25fc16d58a297a486334 /home/matt/git/GitHub/insofaras/25fc16d58a297a486334
|
||||||
|
|
||||||
(Seriously, the path is hardcoded for now)
|
(Seriously, the path is hardcoded for now)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue