Update docs website

This commit is contained in:
Pranav Raj Sreepuram
2019-09-22 15:37:18 +05:30
parent 814cda499c
commit a9b0eb3c15
6 changed files with 19 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
## Setting up development environment in Ubuntu
## Ubuntu
Open a terminal and run the following commands

View File

@@ -1,6 +1,4 @@
## Project dependencies
### Install Chatwoot Ruby dependencies
### Install Ruby dependencies
Use the following command to install ruby dependencies.
@@ -8,7 +6,7 @@ Use the following command to install ruby dependencies.
bundle
```
### Install Chatwoot JavaScript dependencies
### Install JavaScript dependencies
```bash
yarn

View File

@@ -1,5 +1,3 @@
## Environment variables
### Setup environment variables
Copy `database` and `application` variables to the correct location.