Update links in contributing.md (#272)

This commit is contained in:
Pranav Raj S
2019-11-24 02:01:13 +05:30
committed by Sony Mathew
parent 645c77c3c1
commit 6f4f66264f
2 changed files with 4 additions and 6 deletions

View File

@@ -7,8 +7,7 @@ Thanks for taking interest in contributing to Chatwoot source code. Before submi
- [Code of Conduct](https://www.chatwoot.com/docs/code-of-conduct) - [Code of Conduct](https://www.chatwoot.com/docs/code-of-conduct)
- [Development Setup](https://www.chatwoot.com/docs/installation-guide-ubuntu) - [Development Setup](https://www.chatwoot.com/docs/installation-guide-ubuntu)
- [Project Dependencies](https://www.chatwoot.com/docs/dependencies) - [Environment Setup](https://www.chatwoot.com/docs/quick-setup)
- [Environment Setup](https://www.chatwoot.com/docs/environment-variables)
## Pull Request Guidelines ## Pull Request Guidelines

View File

@@ -3,8 +3,6 @@ path: "/docs/quick-setup"
title: "Quick Setup" title: "Quick Setup"
--- ---
## Quick Setup
### Install Ruby dependencies ### Install Ruby dependencies
Use the following command to install ruby dependencies. Use the following command to install ruby dependencies.
@@ -57,6 +55,7 @@ docker-compose build
``` ```
Remove the `node_modules` directory from the root if it exists and run the following command. Remove the `node_modules` directory from the root if it exists and run the following command.
```bash ```bash
docker-compose run server yarn install docker-compose run server yarn install
``` ```