Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
composer require without --no-dev
Browse files Browse the repository at this point in the history
I simply couldn't install your (by the way; really awesome) plugin with ´composer require --no-dev omz13/kirby3-xmlsitemap´ it threw an ´The "--no-dev" option does not exist.´ error.

´composer require omz13/kirby3-xmlsitemap´ did the job 🎉
  • Loading branch information
JimmyRittenborg authored Mar 5, 2019
1 parent faa00a5 commit 647a276
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 @@ -94,7 +94,7 @@ If you want these features, or other ones, implemented, feed me coffee (or EUR o

Pick one of the following per your epistemological model:

- `composer require --no-dev omz13/kirby3-xmlsitemap`; the plugin will automagically appear in `site/plugins`.
- `composer require omz13/kirby3-xmlsitemap`; the plugin will automagically appear in `site/plugins`.
- Download a zip of the latest release - [master.zip](https://github.com/omz13/kirby3-xmlsitemap/archive/master.zip) - and copy the contents to your `site/plugins/kirby3-xmlsitemap`.
- `git submodule add https://github.com/omz13/kirby3-xmlsitemap.git site/plugins/kirby3-xmlsitemap`.

Expand Down

0 comments on commit 647a276

Please sign in to comment.