1
0
Fork 0

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)

pull/11932/head
William David Edwards 2024-04-15 09:45:27 +02:00 committed by GitHub
parent b3cc3c4efc
commit 43955765fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -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 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 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 packagist and can be used to host the metadata of your company's private
packages, or your own. You can get it from packages, or your own. You can install it using [Composer](https://github.com/composer/satis?tab=readme-ov-file#run-from-source)
[GitHub](https://github.com/composer/satis) or install via CLI: or [Docker](https://github.com/composer/satis?tab=readme-ov-file#run-as-docker-container).
php composer.phar create-project composer/satis --stability=dev --keep-vcs
## Setup ## Setup