Skip to content

Commit 0f47a7e

Browse files
committed
Update documentation on running 'bundle install' locally
1 parent 5e542a6 commit 0f47a7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,11 @@ gem 'arduino_ci', path: '/path/to/development/dir/for/arduino_ci'
118118

119119
### Installing the Dependencies
120120

121-
Fulfilling the `arduino_ci` library dependency is as easy as running either of these two commands:
121+
Fulfilling the `arduino_ci` library dependency is as easy as running one or both of these commands:
122122

123123
```console
124-
$ bundle install # adds packages to global library (may require admin rights)
125-
$ bundle install --path vendor/bundle # adds packages to local library
124+
$ bundle config set --local path 'vendor/bundle' # if you lack administrative privileges to install globally
125+
$ bundle install
126126
```
127127

128128
This will create a `Gemfile.lock` in your project directory, which you may optionally check into source control. A broader introduction to ruby dependencies is outside the scope of this document.

0 commit comments

Comments
 (0)