1
0
Fork 0

Fix archive-dir documentation example

Use an example of archive-dir configuration
pull/4455/head
Sebastien Chemin 2015-09-28 13:23:24 +02:00
parent 3896a6c263
commit 13f6ae1820
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ Example:
```json
{
"config": {
"bin-dir": "bin"
"archive-dir": "/home/user/.composer/repo"
}
}
```