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

Update README.md #183

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

Update README.md #183

wants to merge 1 commit into from

Conversation

ericflor
Copy link

@ericflor ericflor commented Feb 12, 2019

Got this trying to run the init command given:

guard init livereload
-bash: guard: command not found

So tried running exec bundle init using:

bundle exec guard init

It worked and installed the necessary Guardfile. Thanks :)

@@ -35,7 +35,7 @@ end
Add guard definition to your Guardfile by running this command:

``` bash
$ guard init livereload
$ bundle exec guard init

Choose a reason for hiding this comment

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

I'm not sure, but probably it should be:

Suggested change
$ bundle exec guard init
$ bundle exec guard init livereload

Is not it?

@AlexWayfer
Copy link

bundle is not required by Ruby, and it can absent in project with guard-livereload. So… it looks like project-specific case, not general. Like: if you use Bundler — use Bundler.require/setup or bundler exec.

@JasemDuncan
Copy link

Screen Shot 2020-09-09 at 15 06 39
It works for me, thank you.

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

3 participants