docs: add clarity

This commit is contained in:
Adam 2022-12-04 00:11:14 -06:00
parent 9523759e0c
commit aebad946c6
1 changed files with 4 additions and 0 deletions

View File

@ -18,9 +18,13 @@ The following must be installed on the system prior to development.
1. Clone the project locally. 1. Clone the project locally.
Choose one of the following methods.
```console ```console
$ git clone https://git.nixnet.services/adamsdesk/symfony-mailer-example.git $ 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. 1. Install all dependencies.
```console ```console
$ composer install $ composer install