X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3ac97a3084544d19ffe461a06e8ec6582eccf85d..824d06f7204d36fc1afcf09a090c4e418e3d4cfc:/gallery/README.md?ds=sidebyside 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] ``` ```