On Sun, 13 Dec 2015 at 02:12:03, Mark Weiman wrote: > Signed-off-by: Mark Weiman <[email protected]> > --- > INSTALL | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/INSTALL b/INSTALL > index d68fa26..2e89c18 100644 > --- a/INSTALL > +++ b/INSTALL > @@ -49,12 +49,16 @@ Setup on Arch Linux > # ln -s ../../git-interface/git-update.py hooks/update > # chown -R aur . > > -7) Install the git-auth wrapper script: > +7) Install Needed Python Modules: > + > + # pacman -S python-mysql-connector python-pygit2 > [...]
Good idea. Applied, thanks!
