From 5f90749d0e3223f89bf81ba00cb8e3cf1059c9ae Mon Sep 17 00:00:00 2001 From: c v t Date: Wed, 13 Nov 2019 13:08:10 +0200 Subject: [PATCH] Update Ruby version in CONTRIBUTING.md, & tweak docs --- CONTRIBUTING.md | 10 +++++----- README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e8a845..e687b81 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,20 +21,20 @@ advised that you use [RVM](https://rvm.io/rvm/install). Once you've got that installed and configured, get the latest version of Ruby with: ```bash -$ rvm install 2.4.7 +$ rvm install 2.4.9 ``` Select that version and then create an isolated [gemset](https://rvm.io/gemsets/basics) with: ```bash -$ rvm use 2.4.7 +$ rvm use 2.4.9 $ rvm gemset create autonomic $ rvm gemset use autonomic ``` # Install Dependencies -Then you can get your Ruby dependencies installed with: +Then you can install your Ruby dependencies with: ``` bash $ gem install jekyll bundler @@ -51,9 +51,9 @@ $ make devserver # Editing Content -You can edit content in the `.md` files under `src` and `src/_posts`. +Edit content in the `.md` files under `src` and `src/_posts`. -# Manage Gemset +# Next time When you're hacking later on (or in a new shell), you'll need to run: diff --git a/README.md b/README.md index 4201a1e..7965f7c 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,6 @@ Watch the [CI/CD pipeline] to see that it builds successfully. # Contribute -Please see [CONTRIBUTING.md] for the juicy details. It may need to be updated so please submit patches if you discover some quirk! +Please see [CONTRIBUTING.md] for the juicy details. It may need to be updated, so please submit patches if you discover some quirk! [CONTRIBUTING.md]: https://gitlab.com/autonomic-cooperative/autonomic-cooperative.gitlab.io/blob/master/CONTRIBUTING.md