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:
+
+
+
+ - Install PHP 7.1 or higher.
+ - In
php.ini
, enable the extensions mbstring, openssl and sqlite (the PDO variant).
+ - In Atom editor, install the base package and its dependencies.
+ - If necessary, give the path to your PHP binary in Settings → Packages → php-integrator-base Settings → Core.
+ - Restart Atom and allow the base package to install the core.
+ - Add your project in Project Manager and set it up.
+
+
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