Skip to content

Commit fd9fdd9

Browse files
authored
Merge pull request #12 from davefp/patch-1
Add `sudo` to `bundle install` commands
2 parents cc434ea + caa7ef9 commit fd9fdd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/07-vagrant.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Then connect to the VM to start application:
191191
```bash
192192
$ vagrant ssh
193193
$ cd /srv/raddit-app
194-
$ bundle install
194+
$ sudo bundle install
195195
$ puma
196196
```
197197

@@ -236,7 +236,7 @@ Once a new VM is up and running, try to launch your app in it:
236236
$ vagrant ssh
237237
$ ruby -v
238238
$ cd /srv/raddit-app
239-
$ bundle install
239+
$ sudo bundle install
240240
$ puma
241241
```
242242

@@ -260,4 +260,4 @@ Destroy the VM:
260260
$ vagrant destroy -f
261261
```
262262

263-
Next: [Docker](08-docker.md)
263+
Next: [Docker](08-docker.md)

0 commit comments

Comments
 (0)