X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3ac97a3084544d19ffe461a06e8ec6582eccf85d..982e7fd9deae3f755a4d5bc1a7757057a98d6245:/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] ``` ```