From f19a9686afcd2107c273a69513057d145b3da8a6 Mon Sep 17 00:00:00 2001 From: Mateusz Masiarz Date: Mon, 9 Oct 2023 21:50:31 +0200 Subject: [PATCH] Change readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7600495..b0e1eaef 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,9 @@ through Python's package manager pip, which usually is installed alongside Pytho ``` pip3 install sinol-make ``` -`pip` installs `sinol-make` executable in `~/.local/bin/` directory, so make sure it's in your `PATH`. +`pip` installs the `sinol-make` executable in `~/.local/bin/` directory, +so make sure this directory is in your `PATH`. +[Here's](https://gist.github.com/nex3/c395b2f8fd4b02068be37c961301caa7) how to add a directory to `PATH`. As `oiejq` works only on Linux-based operating systems, *we do not recommend* using operating systems such as Windows or macOS.