diff --git a/index.html b/index.html index 1ee3139..bd36bb4 100644 --- a/index.html +++ b/index.html @@ -56,7 +56,7 @@ margin-top: 1.5em; } - ul li { + ul li, ol li { line-height: 1.7; } @@ -64,7 +64,7 @@ color: #333333; } - ul { + ul, ol { margin-top: 15px; } @@ -337,6 +337,20 @@

Awesome! What do I need?

These are unmaintained, but may provide a stopgap until you are able to update.

+

How do I make it work?

+

+ In a nutshell: +

+ +
    +
  1. Install PHP 7.1 or higher.
  2. +
  3. In php.ini, enable the extensions mbstring, openssl and sqlite (the PDO variant).
  4. +
  5. In Atom editor, install the base package and its dependencies.
  6. +
  7. If necessary, give the path to your PHP binary in Settings → Packages → php-integrator-base Settings → Core.
  8. +
  9. Restart Atom and allow the base package to install the core.
  10. +
  11. Add your project in Project Manager and set it up.
  12. +
+

Wait, now I'm confused, what is it really?

At the moment, PHP Integrator itself consists of a set of Atom packages written in CoffeeScript, backed by