Skip to content
Browse files

installation workflow

  • Loading branch information...
1 parent 5b3d7c8 commit 5c8aa114b08f31dc65ed9ce68de590ec9bcba865 @hallaathrad hallaathrad committed
Showing with 7 additions and 0 deletions.
  1. +7 −0 install.sh
View
7 install.sh
@@ -15,3 +15,10 @@ git checkout gh-pages
echo "gh-pages checked out"
cd ..
+
+chmod 744 *.sh
+echo "permissions set"
+
+echo "Installing NPM modules"
+npm install
+echo "installation process finished, please check for possible errors or warnings"

0 comments on commit 5c8aa11

Please sign in to comment.
Something went wrong with that request. Please try again.