From 955d5d5f88feb64de4e49e7049fb7c5a17f196bb Mon Sep 17 00:00:00 2001 From: Kirill Leonov Date: Mon, 5 Feb 2024 13:27:16 +0300 Subject: [PATCH] update readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e42c513..7e0c0c1 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ minicode --version Command `--help` will offer you a list of possible commands +If the minicode command was not found, most likely you need to enter a new path in the settings of your .bash_profile (or similar) + +```bash +echo 'export PATH=${executable_folder}:\$PATH' >> .bash_profile +``` + +In this case, an example of such a command will be shown to you at the end of the installation script. + ## Update To update your version to the latest use the following command