Add a more specific link for local installation docs
On our regular README, this link used to point to the documentation site, which made sense because the documentation used to be on a different repository. Now that the documentation is on this repository as well, we can directly link to that file. And, on the documentation README, we can also link to the local installation instructions, just like we do in other places.
This commit is contained in:
@@ -33,7 +33,7 @@ You can access the main website of the project at [http://consuldemocracy.org](h
|
|||||||
|
|
||||||
## Configuration for development and test environments
|
## Configuration for development and test environments
|
||||||
|
|
||||||
**NOTE**: For more detailed instructions check the [docs](https://docs.consuldemocracy.org)
|
**NOTE**: For more detailed instructions, check the [local installation docs](docs/en/installation/local_installation.md).
|
||||||
|
|
||||||
Prerequisites: install git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3, ImageMagick and PostgreSQL (>=9.5).
|
Prerequisites: install git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3, ImageMagick and PostgreSQL (>=9.5).
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ Puedes acceder a la página principal del proyecto en [http://consuldemocracy.or
|
|||||||
|
|
||||||
## Configuración para desarrollo y tests
|
## Configuración para desarrollo y tests
|
||||||
|
|
||||||
**NOTA**: para unas instrucciones más detalladas consulta la [documentación](https://docs.consuldemocracy.org)
|
**NOTA**: para unas instrucciones más detalladas, consulta la [documentación de instalación local](docs/es/installation/local_installation.md).
|
||||||
|
|
||||||
Prerrequisitos: tener instalado git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 o superior).
|
Prerrequisitos: tener instalado git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 o superior).
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ You can access the main website of the project at [http://consuldemocracy.org](h
|
|||||||
|
|
||||||
## Configuration for development and test environments
|
## Configuration for development and test environments
|
||||||
|
|
||||||
**NOTE**: For more detailed instructions check the [docs](https://docs.consuldemocracy.org)
|
**NOTE**: For more detailed instructions, check the [local installation docs](installation/local_installation.md).
|
||||||
|
|
||||||
Prerequisites: install git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3, ImageMagick and PostgreSQL (>=9.5).
|
Prerequisites: install git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3, ImageMagick and PostgreSQL (>=9.5).
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ Puedes acceder a la página principal del proyecto en [http://consuldemocracy.or
|
|||||||
|
|
||||||
## Configuración para desarrollo y tests
|
## Configuración para desarrollo y tests
|
||||||
|
|
||||||
**NOTA**: para unas instrucciones más detalladas consulta la [documentación](https://docs.consuldemocracy.org)
|
**NOTA**: para unas instrucciones más detalladas, consulta la [documentación de instalación local](installation/local_installation.md).
|
||||||
|
|
||||||
Prerrequisitos: tener instalado git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 o superior).
|
Prerrequisitos: tener instalado git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 o superior).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user