From 7edf26c41b0de7022c789a93696e087637c5ca2a Mon Sep 17 00:00:00 2001 From: Igor Dvorkin Date: Sun, 19 Sep 2021 10:36:24 -0700 Subject: [PATCH] Add instructions for getting story formats --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 5b2fa07..bc5f4ba 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,18 @@ go build Assuming that completed with no errors, your compiled Tweego binary should be in the current directory—likely named either `tweego` or `tweego.exe` depending on your OS. Finally, see [Tweego's documentation](http://www.motoslave.net/tweego/docs/) for information on how to set it up and use it. + +## GETTING STORY FORMATS + +Story formats are not bundled with tweego. You can download them from the twinejs repository + + git clone https://github.com/klembot/twinejs + +And then link them to your storyformats directory + + ln -s "$(pwd)/public/story-formats" ~/storyformats + +And then verify it worked by listing formats + + tweego --list-formats +