[Nostromo] Update Readme

This commit is contained in:
Andrés Montañez 2017-01-01 02:49:24 -03:00
parent 55d72d4306
commit 6d6b50b81a

View file

@ -3,7 +3,7 @@
[![Build Status](https://travis-ci.org/andres-montanez/Magallanes.svg?branch=nostromo)](https://travis-ci.org/andres-montanez/Magallanes)
[![Coverage Status](https://coveralls.io/repos/andres-montanez/Magallanes/badge.svg?branch=nostromo)](https://coveralls.io/r/andres-montanez/Magallanes?branch=nostromo)
### What's Magallanes? ###
Magallanes is a deployment tool for made with PHP for PHP applications; it's quite simple to use and manage. For more information and documentation please visit http://www.magephp.com/v3
**Magallanes** is a deployment tool for made with PHP for PHP applications; it's quite simple to use and manage. For more information and documentation please visit http://www.magephp.com/v3
### Installing ###
Simply add the following dependency to your projects composer.json file:
@ -13,14 +13,14 @@ Simply add the following dependency to your projects composer.json file:
"andres-montanez/magallanes": "^3.0"
}
```
Finally you can use Magallanes from the vendor's bin:
Finally you can use **Magallanes** from the vendor's bin:
```bash
$ vendor/bin/mage version
```
### What happend to version 2? ###
There is no version 2. I've skipped it and jumpped stright from v1 to v3. This new version of Magallanes is quite radical and different from it's successor. The whole application has been wreritten using Symfony3 Components, so naming it v3 makes a lot of sense.
There is no version 2. I've skipped it and jumpped stright from v1 to v3. This new version of **Magallanes** is quite radical and different from it's successor. The whole application has been rewritten using **_Symfony3 Components_**, so naming it v3 makes a lot of sense.
### Codename... Nostromo? ###
Each new mayor version of Magallanes will have a codename (like Ubuntu), and in the current version it is Nostromo, like the spaceship from the movie Alien (1979).
Each new mayor version of **Magallanes** will have a codename (like Ubuntu), and in the current version it is **_Nostromo_**, like the spaceship from the movie *Alien (1979)*.