Skip to content

Commit 0acca06

Browse files
committed
Edit text mentioning to use sudo
Ideally the machine running this application will be set up with the correct ‘user and permissions’ settings. Thus removing the need to use the sudo command.
1 parent 8655097 commit 0acca06

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This is the source code for <http://tutorials.codebar.io>
44

55
This is a [GitHub Pages](https://pages.github.com/) repo, so you can render the pages with [Jekyll](http://jekyllrb.com/):
66

7-
1. `bundle install`, which will install Jekyll (`sudo` if needed)
7+
1. `bundle install`, which will install Jekyll
88
2. `bundle exec jekyll serve`
99
3. go to http://127.0.0.1:4000
1010

@@ -15,3 +15,4 @@ We encourage you to contribute with your suggestions and corrections, head to ou
1515
## License
1616

1717
Codebar Tutorials are released under the [Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](http://creativecommons.org/licenses/by-nc-sa/4.0/).
18+

0 commit comments

Comments
 (0)