Skip to content

Commit 4f3f590

Browse files
committed
Update readme
1 parent 9995b6a commit 4f3f590

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ In order to compile stylesheets you will also need Ruby, Sass, and Compass insta
2727

2828
Here are the steps for installation on a local machine.
2929

30-
1. Make sure you have [Laravel Homestead](http://laravel.com/docs/homestead) installed.
31-
2. Clone this repository: `git clone git@github.com:LaravelIO/laravel-io.git laravelio/`.
32-
3. Add the path for the cloned laravel.io repository to the `Homestead.yml` file under the `folders` list.
33-
4. Add a site `lio.loc` for the laravel.io repository to the `Homestead.yml` file under the `sites` list.
34-
5. Run `vagrant provision` in your Homestead folder.
35-
6. Create a database in Homestead called `laravelio`.
36-
7. Run `composer install` and `php artisan migrate --seed --env=local`.
37-
8. Add `192.168.10.10 lio.loc` to your computer's `hosts` file.
38-
9. Follow the configuration steps below to configure the external services.
30+
1. Make sure you have [Laravel Homestead](http://laravel.com/docs/homestead) installed
31+
2. Clone this repository: `git clone git@github.com:LaravelIO/laravel-io.git laravelio/`
32+
3. Add the path for the cloned laravel.io repository to the `Homestead.yml` file under the `folders` list
33+
4. Add a site `lio.loc` for the laravel.io repository to the `Homestead.yml` file under the `sites` list
34+
5. Run `vagrant provision` in your Homestead folder
35+
6. Create a database in Homestead called `laravelio`
36+
7. Run `composer install` and `php artisan migrate --seed --env=local`
37+
8. Add `192.168.10.10 lio.loc` to your computer's `hosts` file
38+
9. Follow the configuration steps below to configure the external services
3939

4040
## Configuration
4141

0 commit comments

Comments
 (0)