Update setup steps to avoid using sudo
Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/a31e9106 Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/a31e9106 Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/a31e9106 Branch: refs/heads/master Commit: a31e91064c01703f4dbd7bbdc50cd25afa2029c6 Parents: 9bc561e Author: Luciano Resende <[email protected]> Authored: Wed Sep 6 16:54:09 2017 -0700 Committer: Luciano Resende <[email protected]> Committed: Wed Sep 6 16:54:09 2017 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bahir-website/blob/a31e9106/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index f28e6c8..2e9b311 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The steps below will install the latest [Jekyll](https://jekyllrb.com/) version ``` 1. sudo gem install jekyll bundler 2. cd site -3. sudo bundle install +3. bundle install ``` For more information, see [Installing Jekyll](https://jekyllrb.com/docs/installation/).
