From 6e4690d706b6e94f68feb0a4394c17e4d59f2722 Mon Sep 17 00:00:00 2001 From: KSLHacks Date: Wed, 23 Oct 2019 15:40:16 -0400 Subject: [PATCH] Adding headers for readability. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 12b80ca3..eed55eaa 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ Doccano can be deployed to AWS ([Cloudformation](https://docs.aws.amazon.com/AWS ## Installation +### Clone repository + First of all, you have to clone the repository: ```bash @@ -87,6 +89,8 @@ _Note for Windows developers: Be sure to configure git to correctly handle line git clone https://github.com/chakki-works/doccano.git --config core.autocrlf=input ``` +### Install doccano + To install doccano, there are three options: #### Option 1: Pull the production Docker image