zeromq / gitdown

Turn github into your publishing platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

gyepisam opened this issue · comments

Rather than installing gitdown in /usr/local/xxx, I leave it in my src directory
and created a wrapper file:

$HOME/bin/gitdown

which contains:

!/bin/sh

D=$HOME/src/gitdown
exec env PERLLIB=$D/bin $D/bin/gitdown $@

Maybe change the README?

Good idea. Done.