Skip to content

Commit 91b05cf

Browse files
Update README.md
Condensed installation/download into one curl command
1 parent 546d4b1 commit 91b05cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ First, install Laravel 4 in to a local directory on your machine.
2626
All you need to do now, in order to run your Laravel installation using Vagrant is to place the `Vagrantfile` and `Berksfile` from this repository in the root of your Laravel installation
2727

2828
$ cd projectname
29-
$ curl -O https://raw.github.com/MiniCodeMonkey/Vagrant-Laravel-Stack/master/Vagrantfile
30-
$ curl -O https://raw.github.com/MiniCodeMonkey/Vagrant-Laravel-Stack/master/Berksfile
29+
$ curl -O https://raw.github.com/MiniCodeMonkey/Vagrant-Laravel-Stack/master/\{Vagrantfile,Berksfile\}
3130

3231
Optionally, you can configure the `Vagrantfile` to specify the project name or customize the installed packages or modules.
3332

0 commit comments

Comments
 (0)