Browse Source

Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine.

Thorsten Eckel 10 years ago
parent
commit
f7b772f7c1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -25,9 +25,9 @@ Getting Started
 
 ```
      zammad@shell> cd zammad
-     zammad@shell> gem install rails 
+     zammad@shell> gem install rails
      zammad@shell> vi Gemfile # enable libv8, execjs and therubyracer if needed!
-     zammad@shell> sudo bundle install
+     zammad@shell> bundle install
 ```
 
 3. Configure your databases