From 7fccd35c485b7b84e986ed00b60361f7a53b67dc Mon Sep 17 00:00:00 2001 From: Lennart Reiher Date: Mon, 9 Sep 2024 12:27:42 +0200 Subject: [PATCH] fix warning box in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef32a14..dcb9e80 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ pip install docker-run-cli source $(activate-python-docker-run-shell-completion 2> /dev/null) ``` -> **Warning** +> [!WARNING] > Outside of a virtual environment, *pip* may default to a user-site installation of executables to `~/.local/bin`, which may not be present in your shell's `PATH`. If running `docker-run` errors with `docker-run: command not found`, add the directory to your path. [*(More information)*](https://packaging.python.org/en/latest/tutorials/installing-packages/#installing-to-the-user-site) > ```bash > echo "export PATH=\$HOME/.local/bin:\$PATH" >> ~/.bashrc