docs: add clarity
This commit is contained in:
parent
9523759e0c
commit
aebad946c6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue