scivey / learnvimscriptthehardway-wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

learnvimscriptthehardway-wrapper

This wrapper simplifies the process of building/rendering learnvimscriptthehardway, which is included as a git subtree along with the build dependency bookmarkdown.

building

This is unix. You know this.

make

Rendered pages go to build/learnvimscriptthehardway/.

serving

To build and serve on 127.0.0.1:8000:

make serve

To use a different interface/port see ./scripts/serve.zsh.

syncing with upstream

Subtrees are managed with braid.

braid update

About


Languages

Language:Shell 99.5%Language:Makefile 0.5%