Skip to content

Update README.md#183

Open
ericflor wants to merge 1 commit intoguard:masterfrom
ericflor:patch-1
Open

Update README.md#183
ericflor wants to merge 1 commit intoguard:masterfrom
ericflor:patch-1

Conversation

@ericflor
Copy link
Copy Markdown

@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 :)

Comment thread README.md

``` bash
$ guard init livereload
$ bundle exec guard init
Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

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.

3 participants