diff --git a/README.md b/README.md index 05a78ae073765..26a6dde54b42f 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,17 @@

Welcome

Welcome to Magento 2 installation! We're glad you chose to install Magento 2, a cutting edge, feature-rich eCommerce solution that gets results. -The installation instructions that used to be here are now published on our GitHub site. Use the information on this page to get started or go directly to the guide. +The installation instructions that used to be here are now published on our GitHub site. Use the information on this page to get started or go directly to the guide.

New to Magento? Need some help?

If you're not sure about the following, you probably need a little help before you start installing the Magento software: -* Is the Magento software installed already? -* What's a terminal, command prompt, or Secure Shell (ssh)? -* Where's my Magento server and how do I access it? -* What's PHP? -* What's Apache? -* What's MySQL? +* Is the Magento software installed already? +* What's a terminal, command prompt, or Secure Shell (ssh)? +* Where's my Magento server and how do I access it? +* What's PHP? +* What's Apache? +* What's MySQL?

Step 1: Verify your prerequisites

@@ -30,16 +30,16 @@ Use the following table to verify you have the correct prerequisites to install Apache 2.2 or 2.4 Ubuntu: apache2 -v
CentOS: httpd -v - Apache + Apache PHP 5.5.x or 5.6.x php -v - PHP Ubuntu
PHP CentOS + PHP Ubuntu
PHP CentOS MySQL 5.6.x mysql -u [root user name] -p - MySQL + MySQL @@ -48,16 +48,16 @@ Use the following table to verify you have the correct prerequisites to install After verifying your prerequisites, perform the following tasks in order to prepare to install the Magento software. -1. Install Composer -2. Clone the Magento repository +1. Install Composer +2. Clone the Magento repository

Step 3: Install and verify the installation

-1. Update installation dependencies +1. Update installation dependencies 2. Install Magento: - * Install Magento software using the web interface - * Install Magento software using the command line -2. Verify the installation + * Install Magento software using the web interface + * Install Magento software using the command line +2. Verify the installation

Contributing to the Magento 2 code base

Contributions can take the form of new components or features, changes to existing features, tests, documentation (such as developer guides, user guides, examples, or specifications), bug fixes, optimizations, or just good suggestions.