mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-05 14:10:27 -04:00
Add instructions for getting story formats
This commit is contained in:
parent
243cf70ed7
commit
7edf26c41b
1 changed files with 15 additions and 0 deletions
15
README.md
15
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.
|
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.
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue