2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-08 01:10:36 +00:00

README: Minor wording improvements

This commit is contained in:
Sebastian Schuberth 2015-06-25 15:23:32 +02:00
parent 29da5cf07f
commit 3c6a141444

View File

@ -87,8 +87,8 @@ $ bpkg install jwerle/suggest.sh@0.0.1 -g
**Note:** to do that the packages **must be tagged releases** on the repository.
You can also *installing packages without a `package.json`*.
As long as there is a `Makefile` in the repository it will try to invoke `make install` so long as the `-g` or `--global` flags are set when invoking `bpkg install`.
You can also *install packages without a `package.json`*.
As long as there is a `Makefile` in the repository it will try to invoke `make install` as long as the `-g` or `--global` flags are set when invoking `bpkg install`.
For example you could install [git-standup](https://github.com/stephenmathieson/git-standup) with an omitted `package.json` because of the `Makefile` and the `install` target found in it.