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 2eaf024 commit 7727e7e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ Install Composer

Install micro-devtools
----------------------
Download the Micro-devtools installer using Composer.

```bash
Download the Micro-devtools installer using Composer. ::
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: ::
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

0 comments on commit 7727e7e

Please sign in to comment.