Skip to content

Commit

Permalink
docs install update
Browse files Browse the repository at this point in the history
  • Loading branch information
jcheron committed Apr 15, 2017
1 parent b26f042 commit 2eaf024
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ Install Composer

Install micro-devtools
----------------------
Download the Micro-devtools installer using Composer.::
composer global require "phpmv/micro-devtools=dev-master"
Download the Micro-devtools installer using Composer.

```bash
composer global require "phpmv/micro-devtools=dev-master"
```
Make sure to place the `~/.composer/vendor/bin` directory in your PATH so the **Micro** executable can be located by your system.


Once installed, the simple micro new command will create a fresh micro installation in the directory you specify.
For instance, Micro new blog would create a directory named blog containing a fresh Micro installation with all dependencies installed. This method of installation is much faster than installing via Composer: ::
Micro new blog
Expand Down

0 comments on commit 2eaf024

Please sign in to comment.