Repository: jclouds-site Updated Branches: refs/heads/master b7e2ab439 -> 54f2b3afb
Update formatting of 'gem install' in README Project: http://git-wip-us.apache.org/repos/asf/jclouds-site/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-site/commit/54f2b3af Tree: http://git-wip-us.apache.org/repos/asf/jclouds-site/tree/54f2b3af Diff: http://git-wip-us.apache.org/repos/asf/jclouds-site/diff/54f2b3af Branch: refs/heads/master Commit: 54f2b3afba71444a0486a98e60baf5d5831d0fa1 Parents: b7e2ab4 Author: Andrew Phillips <[email protected]> Authored: Wed Oct 3 20:21:34 2018 -0400 Committer: Andrew Phillips <[email protected]> Committed: Wed Oct 3 20:21:34 2018 -0400 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-site/blob/54f2b3af/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 01a97a2..d2cb5d9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To test the site locally: To deploy the site: -* Ensure you have [jekyll](http://jekyllrb.com/docs/installation/) 1.5.1 installed: gem install jekyll -v 1.5.1 (it will require an old Ruby such as 2.2.5) +* Ensure you have [jekyll](http://jekyllrb.com/docs/installation/) 1.5.1 installed: `gem install jekyll -v 1.5.1` (it will require an old Ruby such as 2.2.5) * If necessary, clone this repository * Run `sh ./deploy-site.sh [$uid] [$pwd]` from the repository root. Here, `$uid` is your ASF account ID and `$pwd` your ASF password. If you do not supply your account ID or password, you will be prompted for them
