Update Ruby version in CONTRIBUTING.md, & tweak docs

This commit is contained in:
c v t 2019-11-13 13:08:10 +02:00
parent bbbd6a7134
commit 5f90749d0e
2 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -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