From d3b98c58a03e79fd39242304bdc48d9e23e4bf5b Mon Sep 17 00:00:00 2001 From: Wahyu Kristianto Date: Wed, 19 Oct 2022 14:04:27 +0700 Subject: [PATCH] Update README.md --- README.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) 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.