Skip to content

Commit b04fb46

Browse files
committed
Turn setup options into sub-headers
1 parent dc6028b commit b04fb46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Let’s start the development server and explore it.
125125

126126
Depending on your installation method, there are two options:
127127

128-
**Option1: Running the Docker image as a Container**
128+
#### Option 1: Running the Docker image as a Container
129129

130130
First, run a Docker container:
131131

@@ -137,7 +137,7 @@ docker run -d --name doccano \
137137
-p 8000:8000 chakkiworks/doccano
138138
```
139139

140-
**Option2: Running Django development server**
140+
#### Option 2: Running Django development server
141141

142142
Before running, we need to make migration. Run the following command:
143143

@@ -163,7 +163,7 @@ Finally, to start the server, run the following command:
163163
python manage.py runserver
164164
```
165165

166-
**Option3: Running the development Docker-Compose stack**
166+
#### Option 3: Running the development Docker-Compose stack
167167

168168
We can use docker-compose to set up the webpack server, django server, database, etc. all in one command:
169169

0 commit comments

Comments
 (0)