diff --git a/README.md b/README.md index 27e7903..53e4f19 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,6 @@ ## Introduction -> **[WIP]** -> -> Set your global `minimum-stability` to `dev` : -> -> ``` -> "minimum-stability": "dev" -> ``` - Template-based composer package generator. - [Generic PHP](https://github.com/devtical/compack-template-generic) @@ -29,11 +21,15 @@ Template-based composer package generator. composer global require devtical/compack ``` -Make sure to place Composer's system-wide vendor bin directory in your `$PATH` so the compack executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include: +Make sure to place composer's system-wide vendor bin directory in your `$PATH` so the compack executable can be located by your system. + +This directory exists in different locations based on your operating system; however, some common locations include: -- macOS: `$HOME/.composer/vendor/bin` -- Windows: `%USERPROFILE%\AppData\Roaming\Composer\vendor\bin` -- GNU / Linux Distributions: `$HOME/.config/composer/vendor/bin` or `$HOME/.composer/vendor/bin` +| OS | Location | +|----|----------| +| macOS | `$HOME/.composer/vendor/bin` | +| Windows | `%USERPROFILE%\AppData\Roaming\Composer\vendor\bin` | +| GNU / Linux Distributions | `$HOME/.config/composer/vendor/bin` or `$HOME/.composer/vendor/bin` | You could also find the composer's global installation path by running `composer global about` and looking up from the first line.