You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/GETTING_STARTED.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To run RubyGems commands like `gem install` from your local copy:
31
31
32
32
To run Bundler commands like `bundle install` from your local copy:
33
33
34
-
bundler/bin/bundle install
34
+
bin/bundle install
35
35
36
36
## Running Tests
37
37
@@ -101,7 +101,7 @@ Set up a shell alias to run Bundler from your clone for convenience.
101
101
102
102
Add this to your `~/.bashrc` or `~/.bash_profile`:
103
103
104
-
alias dbundle='ruby /[repo root]/bundler/bin/bundle'
104
+
alias dbundle='ruby /[repo root]/bin/bundle'
105
105
106
106
See [this tutorial](https://www.moncefbelyamani.com/create-aliases-in-bash-profile-to-assign-shortcuts-for-common-terminal-commands/) for adding aliases to your `~/.bashrc` profile.
107
107
@@ -113,7 +113,7 @@ Add this to your [PowerShell profile](https://learn.microsoft.com/en-us/powershe
0 commit comments