Skip to content

Commit

Permalink
Add note for "command not found"
Browse files Browse the repository at this point in the history
  • Loading branch information
kozo2 authored and syohex committed Jun 12, 2016
1 parent 40329ef commit b38ef22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ Minor mode which executes `quickrun` after saving buffer.

`M-x quickrun` with anything interface

## Note

If quickrun returns `command not found`, please check `(executable-find "THE_COMMAND_NAME")` [for example `(executable-find "gnuplot")`] .
If this returns `nil`, I strongly recommend you use https://github.com/purcell/exec-path-from-shell

## Send File to STDIN

Expand Down

0 comments on commit b38ef22

Please sign in to comment.