From 782d5d6d5e2864c78485fd6a9ba3486ed24da31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=84=97=E3=84=A0=CB=8B=20=E3=84=91=E3=84=A7=CB=8A?= Date: Thu, 17 Jun 2021 14:23:41 +0000 Subject: [PATCH] fix typo (#1021) --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index 3d287774..1ff8c34f 100644 --- a/docker/README.md +++ b/docker/README.md @@ -1,7 +1,7 @@ # Building Blog OS using Docker Inspired by [redox]. You just need `git`, `make`, and `docker`. -It is beter to use a non-privileged user to run the `docker` command, which is usually achieved by adding the user to the `docker` group. +It is better to use a non-privileged user to run the `docker` command, which is usually achieved by adding the user to the `docker` group. ## Run the container to build Blog OS You can build the docker image using `make docker_build` and run it using `make docker_run`.