mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
[trivial] changed ./hack to ./project in README.md
Signed-off-by: Konstantin Gribov <grossws@gmail.com>
This commit is contained in:
parent
aa073ac05e
commit
8017cb0d3b
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@ Each script is named after the bundle it creates.
|
||||||
They should not be called directly - instead, pass it as argument to make.sh, for example:
|
They should not be called directly - instead, pass it as argument to make.sh, for example:
|
||||||
|
|
||||||
```
|
```
|
||||||
./hack/make.sh test
|
./project/make.sh test
|
||||||
./hack/make.sh binary ubuntu
|
./project/make.sh binary ubuntu
|
||||||
|
|
||||||
# Or to run all bundles:
|
# Or to run all bundles:
|
||||||
./hack/make.sh
|
./project/make.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
To add a bundle:
|
To add a bundle:
|
||||||
|
|
Loading…
Reference in a new issue