Skip to content

Commit

Permalink
Add --no-dev to install command. Relates to composer#825
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDEdwards committed Apr 13, 2024
1 parent 8dd9ab3 commit e547b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ registry that can be hosted anywhere (even via Docker, locally).

Satis requires a recent PHP version, it does not run with unsupported PHP versions. Check the `composer.json` file for details.

- Install satis: `composer create-project --keep-vcs composer/satis:dev-main`
- Install Satis: `composer create-project --keep-vcs --no-dev composer/satis:dev-main`
- Build a repository: `php bin/satis build <configuration-file> <output-directory>`

Read the more detailed instructions in the [documentation][].
Expand Down

0 comments on commit e547b56

Please sign in to comment.