Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a simple hint #231

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add a simple hint #231

wants to merge 1 commit into from

Conversation

ttodua
Copy link

@ttodua ttodua commented Jul 20, 2021

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.

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.
@@ -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:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, that's not a shortcut ;P
You simply need to have pickle in a directory listed in the PATH environment variable, and to be sure it's executable (chmod +x pickle)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, whatever it is called. Just having it available from any location with just typing pickle (instead of usr/pickle as stated in readme) will be nice to have, so, however you like, it will be good if you added in readme, a simple instruction "how to add pickle (with chmod-ed flags)" in PATH.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's already a note about this: see

And finally you can add it to your path or copy it in /usr/local/bin or your favorite binary directory.

a few lines above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants