Skip to content

Commit

Permalink
DOCS: Remove unneccessary repository info from Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-K committed Feb 4, 2021
1 parent aa9b578 commit 885718a
Showing 1 changed file with 5 additions and 39 deletions.
44 changes: 5 additions & 39 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,11 @@
# Wegmeister.SendInBlue

## Installation

Add the following part in your global `composer.json` file:

```
{
...
repositories: {
...
"sendinblue": {
"type": "git",
"url": "[email protected]:diewegmeister/wegmeister.sendinblue.git",
"no-api": true,
"options": {
"ssh2": {
"username": "git",
"pubkey_file": "~/.ssh/id_rsa.pub",
"privkey_file": "~/.ssh/id_rsa"
}
}
},
...
},
"require": {
...
A simple Sendinblue finisher for Neos Forms.

"wegmeister/sendinblue": "^1.0",
...
}
...
}
```
## Installation

Then run the following command to update your dependencies:
Simply run the following command:

```
composer update --no-dev
```

> Don't forget to update the [Access keys](https://bitbucket.org/diewegmeister/wegmeister.sendinblue/admin/access-keys/) in Bitbucket.
composer require wegmeister/sendinblue`
```

0 comments on commit 885718a

Please sign in to comment.