Changing config.json to satis.json
Updating docs to use `satis.json` instead of `config.json`pull/4205/head
parent
8775c94895
commit
558fca8a23
|
@ -73,7 +73,7 @@ constraint if you want really specific versions.
|
||||||
```
|
```
|
||||||
|
|
||||||
Once you've done this, you just run `php bin/satis build <configuration file> <build dir>`.
|
Once you've done this, you just run `php bin/satis build <configuration file> <build dir>`.
|
||||||
For example `php bin/satis build config.json web/` would read the `config.json`
|
For example `php bin/satis build satis.json web/` would read the `satis.json`
|
||||||
file and build a static repository inside the `web/` directory.
|
file and build a static repository inside the `web/` directory.
|
||||||
|
|
||||||
When you ironed out that process, what you would typically do is run this
|
When you ironed out that process, what you would typically do is run this
|
||||||
|
|
Loading…
Reference in New Issue