summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColby Swandale <colby@taplaboratories.com>2016-09-20 20:40:43 +1000
committerColby Swandale <colby@taplaboratories.com>2016-09-20 20:40:43 +1000
commit209af4040d6fe3b9d94d9b4084cdef785f7a372b (patch)
tree7293673ee4e5a5fa6917ad107d7e409a37d2f2a8
parentc34b306c4c1922b8a1846c1b010a98846e9bf09e (diff)
downloadbundler-209af4040d6fe3b9d94d9b4084cdef785f7a372b.tar.gz
fix breaking document formatting spcs
-rw-r--r--ISSUES.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/ISSUES.md b/ISSUES.md
index 32ef77b6e1..a86dba20a4 100644
--- a/ISSUES.md
+++ b/ISSUES.md
@@ -14,17 +14,17 @@ Detailed information about each Bundler command, including help with common prob
Certain operating systems such as MacOS and Ubuntu have versions of Ruby that require evelated privileges to install gems.
- ERROR: While executing gem ... (Gem::FilePermissionError)
- You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.
+ ERROR: While executing gem ... (Gem::FilePermissionError)
+ You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.
There are multiple ways to solve this issue. You can install bundler with elevated privilges using `sudo` or `su`.
- sudo gem install bundler
-
+ sudo gem install bundler
+
If you cannot elevated your privileges or do not want to globally install Bundler, you can use the `--user-install` option.
- gem install bundler --user-install
-
+ gem install bundler --user-install
+
This will install Bundler into your home directory. Note that you will need to append `~/.gem/ruby/<ruby version>/bin` to your `$PATH` variable to use `bundle`.
### Heroku errors