Taken from the original Twine site.
Use go get
to compile the twee file:
go get github.com/tmedwards/tweego
Get the Twine storyformats for your OS. Extract the storyformats
directory to the repository root. The end directory structure should look like this:
.
├── README.md
├── YouFeelLikeShit.twee
└── storyformats
Compile the twee file:
tweego -o YouFeelLikeShit.html YouFeelLikeShit.twee
Open the YouFeelLikeShit.html
file with a web browser to use it.