From 43955765fd417eeb05eabff6592722ac7ce74341 Mon Sep 17 00:00:00 2001 From: William David Edwards Date: Mon, 15 Apr 2024 09:45:27 +0200 Subject: [PATCH] Link to README instead of duplicating install command. These are currently out of sync. This change fixes that, and prevent this from happening again. Relates to https://github.com/composer/satis/issues/825 (#11931) --- doc/articles/handling-private-packages.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/articles/handling-private-packages.md b/doc/articles/handling-private-packages.md index 9548809f9..eb71b75ce 100644 --- a/doc/articles/handling-private-packages.md +++ b/doc/articles/handling-private-packages.md @@ -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