Skip to content

Commit 7cc714e

Browse files
committed
Merge pull request Codeception#64 from andreybolonin/master
Added globally installation
2 parents e481362 + e9410ac commit 7cc714e

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy