From ad8f87d2e2d0923ec1eea81d4ba26dd10eb3e98a Mon Sep 17 00:00:00 2001 From: VadKhar Date: Wed, 30 Oct 2024 08:53:11 +0200 Subject: [PATCH] Update installation.md --- docs/site/installation.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/site/installation.md b/docs/site/installation.md index 061e311..dc0834d 100644 --- a/docs/site/installation.md +++ b/docs/site/installation.md @@ -1,17 +1,17 @@ ## CRM Software installation -To deploy the CRM, you will need: [Python](https://www.python.org/) and database. -This [Python CRM software](https://github.com/DjangoCRM/django-crm/) is developed taking into account compatibility with [MySQL](https://www.mysql.com/) and [PostgreSQL](https://www.postgresql.org) databases. +To deploy the CRM, you will need: [Python](https://www.python.org/){target="_blank"} and database. +This [Python CRM software](https://github.com/DjangoCRM/django-crm/){target="_blank"} is developed taking into account compatibility with [MySQL](https://www.mysql.com/){target="_blank"} and [PostgreSQL](https://www.postgresql.org){target="_blank"} databases. ### Fork the Repository -Click the Fork button in the upper right corner of the [Django CRM GitHub](https://github.com/DjangoCRM/django-crm/) repository's home page. +Click the Fork button in the upper right corner of the [Django CRM GitHub](https://github.com/DjangoCRM/django-crm/){target="_blank"} repository's home page. You now have a copy of the repository in your personal GitHub account. ### Clone the project -To clone a repository, you must have [Git](https://git-scm.com/downloads) installed on your system and use terminal or cmd. +To clone a repository, you must have [Git](https://git-scm.com/downloads){target="_blank"} installed on your system and use terminal or cmd. Clone this GitHub repository: ```cmd @@ -47,5 +47,5 @@ pip install -r requirements.txt ``` If the project is deployed on a production server, a website server will also be required -(for example, [Apache](https://httpd.apache.org/)). -Full tutorial [here](https://docs.djangoproject.com/en/dev/topics/install/). \ No newline at end of file +(for example, [Apache](https://httpd.apache.org/){target="_blank"}). +Full tutorial [here](https://docs.djangoproject.com/en/dev/topics/install/){target="_blank"}. \ No newline at end of file