mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-03 04:27:53 +00:00
Update links in contributing.md (#272)
This commit is contained in:
committed by
Sony Mathew
parent
645c77c3c1
commit
6f4f66264f
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user