This is an automated email from the ASF dual-hosted git repository. grobmeier pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-site.git
commit 8bd1b45a45816b28794a8dc3492ac2ab6ac924e9 Author: Christian Grobmeier <[email protected]> AuthorDate: Thu Jul 25 23:45:06 2024 +0200 fixed typos --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 170ba9b3..71d98ce0 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,8 @@ $> docker build -t apache/logging_site . or run: ```./run-docker-build.sh``` -Whenever you change something in the Dockers dependencies, you have to recreate -the docker image. - -Afterwards you are able to run the website. +Whenever you change something in the Docker's dependencies, you have to recreate the Docker image. +Afterwards, you can run the website. To run the website in serve mode (running a server to quickly check your code) you'll have to run this command:
