Skip to content

Commit

Permalink
Link to README instead of duplicating install command. These are curr…
Browse files Browse the repository at this point in the history
…ently out of sync. This change fixes that, and prevent this from happening again. Relates to composer/satis#825 (#11931)
  • Loading branch information
WilliamDEdwards committed Apr 15, 2024
1 parent b3cc3c4 commit 4395576
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/articles/handling-private-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ set up your own package archive on [Packagist.com](https://packagist.com).
Satis on the other hand is open source but only a static `composer` repository
generator. It is a bit like an ultra-lightweight, static file-based version of
packagist and can be used to host the metadata of your company's private
packages, or your own. You can get it from
[GitHub](https://github.com/composer/satis) or install via CLI:

php composer.phar create-project composer/satis --stability=dev --keep-vcs
packages, or your own. You can install it using [Composer](https://github.com/composer/satis?tab=readme-ov-file#run-from-source)
or [Docker](https://github.com/composer/satis?tab=readme-ov-file#run-as-docker-container).

## Setup

Expand Down

0 comments on commit 4395576

Please sign in to comment.