X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3ac97a3084544d19ffe461a06e8ec6582eccf85d..f298032ddb624067aebc49f792b4308aeeb1841d:/gallery/README.md

diff --git a/gallery/README.md b/gallery/README.md
index ed37640..ea48e81 100644
--- a/gallery/README.md
+++ b/gallery/README.md
@@ -6,13 +6,13 @@ a selected PyPI package and seeing the results between _Black_ versions.
 ## Build
 
 ```console
-$ [sudo] docker build -t black_gallery .
+$ docker build -t black_gallery .
 ```
 
 ## Run
 
 ```console
-$ sudo docker run -it -v /host/output:/output -v /host/input:/input black_gallery:latest [args]
+$ docker run -it -v /host/output:/output -v /host/input:/input black_gallery:latest [args]
 ```
 
 ```