-
Notifications
You must be signed in to change notification settings - Fork 66
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
Demo has incorrect command... #97
Comments
Either of those commands should work, although The
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... the first demo animation has the example command ...
sudo ./phpspy -- php -r 'usleep(100000);'
However, this returns an error:
The correct command is ...
sudo ./phpspy -r -- php -r 'usleep(100000);'
Please update the examples. I would also like to recommend usage of asciinema.
The text was updated successfully, but these errors were encountered: