Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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