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)
- [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/environment-variables)
- [Environment Setup](https://www.chatwoot.com/docs/quick-setup)
## Pull Request Guidelines

View file

@ -3,8 +3,6 @@ path: "/docs/quick-setup"
title: "Quick Setup"
---
## Quick Setup
### 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.
```bash
docker-compose run server yarn install
```