From 7eb91be28676d868647b8dd2241ea507696178b4 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Wed, 7 Jul 2021 19:44:17 -0300 Subject: [PATCH] Small doc fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b049ba5..3fcf9e2 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ To stop Otterscan service, run: docker stop otterscan ``` -### (Alternative) Build Otterscan docker image locally and run it +### (Alternative 1) Build Otterscan docker image locally and run it If you don't want to download from Docker Hub, you can build the docker image from the sources and run it. @@ -149,7 +149,7 @@ docker run --rm -p 5000:80 --name otterscan -d otterscan docker stop otterscan ``` -### Run a development build from the source +### (Alternative 2) Run a development build from the source First, a brief explanation about the app: