update the install doc for addons - the procedure is a bit different now (although it shouldn't break anything on existing sites.)
This commit is contained in:
@@ -6,6 +6,7 @@ if [ $# -eq '3' ]; then
|
||||
fi
|
||||
|
||||
mkdir -p extend/addon/$2
|
||||
mkdir addon > /dev/null 2>&1
|
||||
git clone $1 extend/addon/$2
|
||||
if [ $? -eq '0' ]; then
|
||||
exit $?
|
||||
|
||||
Reference in New Issue
Block a user