documentation

This commit is contained in:
Gwenhael Le Moine 2020-07-12 14:53:00 +02:00
parent 25dd25d0bf
commit b059b122a1
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -20,6 +20,9 @@ PREFIX=/usr
SLCKFLAGS=""
REQUIRES="lua luarocks lgi"
# for rock in luafilesystem penlight ldoc busted luacheck luacov; do luarocks install $rock; done
function git_clone_or_pull() {
REPO_URL=$1
REPO_NAME=$2