update readme #32

Merged
bence merged 2 commits from feature/update-readme into develop 2021-04-29 20:03:20 +02:00
Showing only changes of commit 70b60d2fb8 - Show all commits

View File

@ -27,6 +27,9 @@ if [ -z "${DEV}" ] || [ "${DEV}" -eq "0" ]; then
echo "Linking view files..."
(cd ${ROOT_DIR} && ./mapg view:link)
else
echo "Creating the first user..."
(cd ${ROOT_DIR} && ./mapg user:add mapg@mapg.dev 123456 admin)
fi
touch ${ROOT_DIR}/installed