File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h1>Codeception Quickstart Guide</h1>
2323 < b > phar</ b > archive to the root of your web application. </ p >
2424 < a class ="btn btn-lg btn-success " href ="/thanks " target ="_blank "> Download Codeception</ a >
2525
26- < p class ="text-muted "> alternatively download it from console</ p >
26+ < p class ="text-muted "> Alternatively download it from console</ p >
2727 < div >
2828 < pre > < code > wget http://codeception.com/codecept.phar</ code > </ pre >
2929 </ div >
@@ -35,9 +35,17 @@ <h1>Codeception Quickstart Guide</h1>
3535
3636< pre > < code > php composer.phar require "codeception/codeception:*"</ code > </ pre >
3737
38- < p > Use < code > ./vendor/bin/codecept</ code > instead of codecept.phar in this tutorial .</ p >
38+ < p > Use < code > ./vendor/bin/codecept</ code > instead of codecept.phar in this case .</ p >
3939
4040 </ div >
41+ < div class ="col-sm-6 col-lg-6 ">
42+ Install Globally
43+
44+ < pre > < code > sudo curl -LsS http://codeception.com/codecept.phar -o /usr/local/bin/codecept</ code > </ pre >
45+ < pre > < code > sudo chmod a+x /usr/local/bin/codecept</ code > </ pre >
46+ < p > Use < code > codecept</ code > instead of codecept.phar in this case.</ p >
47+
48+ </ div >
4149 </ div >
4250
4351
You can’t perform that action at this time.
0 commit comments