Skip to content

Commit 638f81b

Browse files
committed
#12 Update the README file to prompt user to create their own composer.json file based on composer.json.dist
1 parent 97997fe commit 638f81b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ This acts as a project template which forms the base for creating an xml-authori
1212

1313
## Work with commands
1414

15+
### Create your composer.json file
16+
17+
This project comes with a default set of dependencies in `composer.json.dist` in the root of the project folder.
18+
19+
Make a copy of that composer.json.dist file for the next step.
20+
```bash
21+
$ cp composer.json.dist composer.json
22+
```
23+
24+
25+
1526
### Install dependencies
1627

1728
For users:

0 commit comments

Comments
 (0)