Skip to content
This repository was archived by the owner on May 6, 2018. It is now read-only.

Commit f91876c

Browse files
authored
Enhance the "How do I make it work" instructions
Put the PHP installation first, and add a step to specify PHP binary.
1 parent 3267ecf commit f91876c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,10 @@ <h2 id="how-do-i-make-it-work">How do I make it work?</h2>
343343
</p>
344344

345345
<ol>
346-
<li>Install the <a href="https://atom.io/packages/php-integrator-base">base package</a> and its dependencies.</li>
347346
<li>Install <em>PHP 7.1 or higher</em>.</li>
348347
<li>In <code>php.ini</code>, enable the extensions <em>mbstring, openssl</em> and <em>sqlite (the PDO variant)</em>.</li>
348+
<li>In Atom editor, install the <a href="https://atom.io/packages/php-integrator-base">base package</a> and its dependencies.</li>
349+
<li>If necessary, give the path to your PHP binary in <em>Settings &rarr; Packages &rarr; php-integrator-base Settings &rarr; Core</em>.</li>
349350
<li>Restart Atom and allow the base package to install the core.</li>
350351
<li>Add your project in <em>Project Manager</em> and set it up.</li>
351352
</ol>

0 commit comments

Comments
 (0)