Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add section Install #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ This extension provides some privacy features to Contao 3.5.x and 4.4.x (4.5.x).

We would be pleased, if you could help us with ideas, code snippets or maybe with a small sum of money (> 50 € net). You also can join the project for active working on the features. Please send us an [email](mailto:[email protected]) if you want to help us.

## Install
Contao Manager: search the package name `friends-of-contao/contao-privacy` and select it, change the dependency to `^2.0@beta` and install

Composer:

```php web/contao-manager.phar.php composer require friends-of-contao/contao-privacy:^2.0@beta```

Don't forget to update the database with the install tool!

## Integrations

### New registration module (GDPR)
Expand Down