Update Ruby version in CONTRIBUTING.md, & tweak docs
This commit is contained in:
parent
bbbd6a7134
commit
5f90749d0e
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user