X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7403d95862ae54c3504a8003666e1a0739067894..d10f85738ddc663fcc1ad72868d89df750956b4b:/README.md diff --git a/README.md b/README.md index 80ef534..b06c937 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,12 @@ To get started right away with sensible defaults: black {source_file_or_directory} ``` +You can run _Black_ as a package if running it as a script doesn't work: + +```sh +python -m black {source_file_or_directory} +``` + ### Command line options _Black_ doesn't provide many options. You can list them by running `black --help`: