From 870aa07839eee063e7667608d420131f3b5f95b8 Mon Sep 17 00:00:00 2001 From: mb Date: Tue, 11 Jun 2019 12:55:03 +0200 Subject: [PATCH] added a few lines on how to add distribusi to the $PATH variable --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2596400..3e6f471 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,16 @@ Using [--user] or [a virtual environment] is recommended: $ pip install --user distribusi ``` +Note: check if the path of your local bin is added to your shell path (otherwise you cannot run distribusi from the shell directly). + +To check where distribusi is installed: + + $ find * | grep distribusi + +Add local bin to the $PATH variable: + + $ PATH=$PATH:/home/USERNAME/.local/bin/ + ## Usage Get help with: