diff --git a/README.md b/README.md index a904b8f..f509302 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ To allow you to help easily we created a quickstart script, that downloads all microservices and automatically installs all their dependencies. You can run the script by running ``` -curl -sSL https://github.com/cryptic-game/cryptic/blob/master/quickstart.sh | bash +curl -sSL https://raw.githubusercontent.com/cryptic-game/cryptic/blob/master/quickstart.sh | bash ``` in your favorite command line. It will also try to install system wide dependencies the setup script needs. At the moment only diff --git a/quickstart.sh b/quickstart.sh index 8bbed9d..f44b1ef 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -25,4 +25,4 @@ cd cryptic echo "::: Installing dependencies for development environment installer" pipenv install echo "::: Cloning/Installing microservices and so on" -python3.7 install-dev.py install +pipenv run python install-dev.py install