Skip to content

Commit e9410ac

Browse files
committed
Added globally installation
1 parent 1c8d6ad commit e9410ac

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

quickstart.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1>Codeception Quickstart Guide</h1>
2323
<b>phar</b> archive to the root of your web application.&nbsp;</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

0 commit comments

Comments
 (0)