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>
23
23
< b > phar</ b > archive to the root of your web application. </ p >
24
24
< a class ="btn btn-lg btn-success " href ="/thanks " target ="_blank "> Download Codeception</ a >
25
25
26
- < p class ="text-muted "> alternatively download it from console</ p >
26
+ < p class ="text-muted "> Alternatively download it from console</ p >
27
27
< div >
28
28
< pre > < code > wget http://codeception.com/codecept.phar</ code > </ pre >
29
29
</ div >
@@ -35,9 +35,17 @@ <h1>Codeception Quickstart Guide</h1>
35
35
36
36
< pre > < code > php composer.phar require "codeception/codeception:*"</ code > </ pre >
37
37
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 >
39
39
40
40
</ 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 >
41
49
</ div >
42
50
43
51
You can’t perform that action at this time.
0 commit comments