Skip to content

Commit d3b98c5

Browse files
committed
Update README.md
1 parent acc3424 commit d3b98c5

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99

1010
## Introduction
1111

12-
> **[WIP]**
13-
>
14-
> Set your global `minimum-stability` to `dev` :
15-
>
16-
> ```
17-
> "minimum-stability": "dev"
18-
> ```
19-
2012
Template-based composer package generator.
2113

2214
- [Generic PHP](https://github.com/devtical/compack-template-generic)
@@ -29,11 +21,15 @@ Template-based composer package generator.
2921
composer global require devtical/compack
3022
```
3123

32-
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:
24+
Make sure to place composer's system-wide vendor bin directory in your `$PATH` so the compack executable can be located by your system.
25+
26+
This directory exists in different locations based on your operating system; however, some common locations include:
3327

34-
- macOS: `$HOME/.composer/vendor/bin`
35-
- Windows: `%USERPROFILE%\AppData\Roaming\Composer\vendor\bin`
36-
- GNU / Linux Distributions: `$HOME/.config/composer/vendor/bin` or `$HOME/.composer/vendor/bin`
28+
| OS | Location |
29+
|----|----------|
30+
| macOS | `$HOME/.composer/vendor/bin` |
31+
| Windows | `%USERPROFILE%\AppData\Roaming\Composer\vendor\bin` |
32+
| GNU / Linux Distributions | `$HOME/.config/composer/vendor/bin` or `$HOME/.composer/vendor/bin` |
3733

3834
You could also find the composer's global installation path by running `composer global about` and looking up from the first line.
3935

0 commit comments

Comments
 (0)