Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
fixed run command and download url (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mieasy committed Jun 9, 2019
1 parent f07c12e commit 7ef10e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7ef10e8

Please sign in to comment.