Skip to content
Snippets Groups Projects
Commit af4f6f4a authored by SingLi's avatar SingLi
Browse files

Update to avoid confusion for new devs

parent 435f4a6c
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ The Ultimate Open Source WebChat Platform ...@@ -24,7 +24,7 @@ The Ultimate Open Source WebChat Platform
* [Documentation](#documentation) * [Documentation](#documentation)
* [License](#license) * [License](#license)
* [Development](#development) * [Development](#development)
* [Installation](#installation) * [Quick Start](#quick-start-for-code-developers)
* [Branching Model](#branching-model) * [Branching Model](#branching-model)
* [Translations](#translations) * [Translations](#translations)
* [Community](#community) * [Community](#community)
...@@ -252,7 +252,7 @@ Note that Rocket.Chat is distributed under the [MIT License](http://opensource.o ...@@ -252,7 +252,7 @@ Note that Rocket.Chat is distributed under the [MIT License](http://opensource.o
# Development # Development
## Installation ## Quick start for code developers
Prerequisites: Prerequisites:
* [Git](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git) * [Git](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
...@@ -266,13 +266,7 @@ cd Rocket.Chat ...@@ -266,13 +266,7 @@ cd Rocket.Chat
meteor meteor
``` ```
or use docker: If you are not a developer and just want to run the server - see [deployment methods](https://github.com/RocketChat/Rocket.Chat/wiki#deployment).
```
git clone https://github.com/RocketChat/Rocket.Chat.git
cd Rocket.Chat
docker run -it -p 3000:3000 -v "$(pwd)":/app danieldent/meteor
```
## Branching Model ## Branching Model
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment