Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristories committed Oct 19, 2022
1 parent acc3424 commit d3b98c5
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.

Expand Down

0 comments on commit d3b98c5

Please sign in to comment.