Skip to content

Commit 9a764b3

Browse files
committed
Merge branch 'TE-325_gitlab_integration_test' into 'master'
TE-325 Update Readme with direct call to installery.py Closes TE-325 See merge request evernym/utilities/devlab!12
2 parents 682edfe + 745d8f2 commit 9a764b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ There are three options for installing devlab:
1515

1616
1. Clone this repository and execute `./installer.py`
1717
1. Run a one-liner that will extract the installer from the devlab package and execute it:
18-
* `curl -Ls https://gitlab.com/evernym/utilities/devlab/-/package_files/7923976/download | tar xOvz devlab/installer.py | python`
18+
* `curl -s https://gitlab.com/evernym/utilities/devlab/-/raw/master/installer.py | python`
1919
1. Clone this repository and link it directly to someplace in your path
2020
* NOTE - This will disable the 'update' feature in devlab and the installer. Meaning you will be using `git` to manage your own updates, which is useful if you are doing development work on `devlab`
2121

0 commit comments

Comments
 (0)