Compare commits

...

2 Commits

Author SHA1 Message Date
Adam aebad946c6 docs: add clarity 2022-12-04 00:11:14 -06:00
Adam 9523759e0c docs: fix grammar 2022-12-04 00:10:13 -06:00
1 changed files with 5 additions and 1 deletions

View File

@ -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