Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pravodev committed May 8, 2019
1 parent dc1add6 commit 5862322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ An Installer for laramoud module

# Install
```
composer require --dev pravodev/laramoud-installer:dev-master
composer require --dev laramoud/installer:dev-master
```

or add in your composer.json
```
"require-dev": {
"pravodev/laramoud-installer": "dev-master"
"laramoud/installer": "^1.0"
},
```
the default dir installed module is modules/ if you want custom path add some extra configuration in your composr.json file
Expand Down

0 comments on commit 5862322

Please sign in to comment.