Compare commits

...

2 Commits

Author SHA1 Message Date
Adam aebad946c6 docs: add clarity 6 months ago
Adam 9523759e0c docs: fix grammar 6 months ago

@ -16,11 +16,15 @@ The following must be installed on the system prior to development.
## Development Setup
1. Clone project the project locally.
1. Clone the project locally.
Choose one of the following methods.
```console
$ git clone https://git.nixnet.services/adamsdesk/symfony-mailer-example.git
```
```console
$ git clone git@git.nixnet.services:adamsdesk/symfony-mailer-example.git
```
1. Install all dependencies.
```console
$ composer install

Loading…
Cancel
Save