Created
May 13, 2014 16:46
-
-
Save kaosf/9e9539272fadd2b4e524 to your computer and use it in GitHub Desktop.
ref. https://gist.github.com/pasberth/eaa13cc4c0b59d00c6b1 http://twilog.org/ka_/date-140513 http://twilog.org/ka_/date-140514
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install haskell-platform | |
mkdir -p some/where/as/you/like | |
cd some/where/as/you/like | |
cabal install cabal-install | |
export PATH=$HOME/.cabal/bin:$PATH | |
cabal sandbox init | |
git clone [email protected]:pasberth/paradocs.git | |
cabal install ./paradocs | |
./.cabal-sandbox/bin/paradocs ./paradocs/doc/cheatsheet.pdoc > cheatsheet.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment