Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Jul 17, 2016
1 parent 6803899 commit 5b85bc4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
@@ -1,6 +1,6 @@
# Lambo

For Laravel and Valet.
Super-powered `laravel new` for Laravel and Valet.

## Installation

Expand All @@ -10,7 +10,7 @@ composer global require mattstauffer/lambo

## Usage

Make sure ~/.composer/vendor/bin is in your terminal's path.
Make sure `~/.composer/vendor/bin` is in your terminal's path.

```bash
cd ~/Sites
Expand All @@ -21,4 +21,5 @@ This will `laravel new superApplication`, change into that directory, make an in

## Requirements

Mac-only. Requires the [Laravel installer](https://laravel.com/docs/installation#installing-laravel) and [Laravel Valet](https://laravel.com/docs/valet) to be globally installed.
- Mac-only.
- Requires the [Laravel installer](https://laravel.com/docs/installation#installing-laravel) and [Laravel Valet](https://laravel.com/docs/valet) to be globally installed.

0 comments on commit 5b85bc4

Please sign in to comment.