From 1a648fc6e2af6293ecf0af01158c8c8f343e15eb Mon Sep 17 00:00:00 2001 From: Charlie Tank Date: Thu, 28 Dec 2017 21:05:27 +0000 Subject: [PATCH] Changed git clone URL to be publicly accessible --- docs/installation/generic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/generic.md b/docs/installation/generic.md index c0d072e21f0..f2a83a8814f 100644 --- a/docs/installation/generic.md +++ b/docs/installation/generic.md @@ -21,7 +21,7 @@ The official Monica installation uses mySQL as the database system and **this is Once the softwares above are installed: 1. Create a database called `monica` in your mySQL instance. This will let you store your data. -1. Clone the repository: `git clone git@github.com:monicahq/monica.git` in the folder you want to install the software to. +1. Clone the repository: `git clone https://github.com/monicahq/monica` in the folder you want to install the software to. 1. Run `cd monica` to go to the root of the newly created folder containing Monica's code. 1. Run `composer install` at the root of the folder Monica has been cloned. 1. Run `cp .env.example .env`. This will create the `.env` file that contains all the settings about Monica.