From b783424b6e5ae82636193c1118bf2354fc8f36ad Mon Sep 17 00:00:00 2001 From: "T. Todua" <7117978+ttodua@users.noreply.github.com> Date: Tue, 20 Jul 2021 16:12:50 +0400 Subject: [PATCH] Add a simple hint Many people out there (probably most of users who use unix-systems) will need `pickle` command to be available globally in terminal. That simple hint be useful for users. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 73fcee9..320d170 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,11 @@ setlocal DISABLEDELAYEDEXPANSION c:\path\to\php.exe "c:\path\to\pickle.phar" %* ``` +On linux systems, you can create shortcut, so command will be available globally: +```sh +$ sudo cp pickle /usr/bin +``` + If someone would be kind enough to write an installer script, we would be eternally thankful :) Introduction