From da93b17c2cda97e0cf4514622c2d1f84c3ebbe82 Mon Sep 17 00:00:00 2001 From: Stefan Scherer Date: Fri, 3 Jul 2020 10:10:47 +0200 Subject: [PATCH] Use single shorthand flags, better for beginners Signed-off-by: Stefan Scherer --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e38ce08..f68a6f5 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,11 @@ into depth, it covers the following topics: If you wish to run the tutorial, you can use the following command after installing Docker Desktop: ```bash -docker run -dp 80:80 docker/getting-started +docker run -d -p 80:80 docker/getting-started ``` Once it has started, you can open your browser to [http://localhost](http://localhost). - ## Development This project has a `docker-compose.yml` file, which will start the mkdocs application on your @@ -34,13 +33,10 @@ local machine and help you see changes instantly. docker-compose up ``` - ## Contributing If you find typos or other issues with the tutorial, feel free to create a PR and suggest fixes! -If you have ideas on how to make the tutorial better or new content, please open an issue first -before working on your idea. While we love input, we want to keep the tutorial is scoped to new-comers. +If you have ideas on how to make the tutorial better or new content, please open an issue first before working on your idea. While we love input, we want to keep the tutorial is scoped to new-comers. As such, we may reject ideas for more advanced requests and don't want you to lose any work you might have done. So, ask first and we'll gladly hear your thoughts! -