From c35d1585e32d01c8503ae054c33db58d519a7050 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Busch Date: Fri, 9 Jun 2023 11:03:58 +0200 Subject: [PATCH] add installation note to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f5ca25..72d235f 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ pip install docker-run-cli source $(activate-python-docker-run-shell-completion 2> /dev/null) ``` + > Note: + > *pip* installs scripts into `~/.local/bin` and this is not on the default *Debian/Ubuntu* `$PATH`. To run `docker-run`, please make sure its in your `$PATH`. E.g. by running `$PATH=$PATH:~/.local/bin`. ## Usage