Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed Dec 1, 2023
1 parent fe30023 commit 8ff55d4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,17 @@ This repository is hosting Symfony Flex Recipes for Sitepark

You can look into the [Symfony documentation](https://github.com/symfony/recipes#creating-recipes) for more information about the recipe format.

See also [Create an Index to the Recipes](https://symfony.com/doc/current/setup/flex_private_recipes.html#create-an-index-to-the-recipes) to add more recipes
See also [Create an Index to the Recipes](https://symfony.com/doc/current/setup/flex_private_recipes.html#create-an-index-to-the-recipes) to add more recipes

Please add the following entry to your `composer.json` to use the recipes.

```json
"extra": {
"symfony": {
"endpoint": [
"https://api.github.com/repos/sitepark/symfony-recipes/contents/index.json?ref=flex/main",
"flex://defaults"
]
}
}
```

0 comments on commit 8ff55d4

Please sign in to comment.