Skip to content

Commit

Permalink
[DOC] Nested ordered lists need more indents
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jun 26, 2023
1 parent d1b6ff4 commit dc940cc
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions doc/contributing/building_ruby.md
Expand Up @@ -42,29 +42,31 @@

1. Download ruby source code:

Select one of the bellow.

1. Build from the tarball:

Download the latest tarball from [ruby-lang.org](https://www.ruby-lang.org/en/downloads/) and
extract it. Example for Ruby 3.0.2:
Download the latest tarball from [ruby-lang.org](https://www.ruby-lang.org/en/downloads/) and
extract it. Example for Ruby 3.0.2:

``` shell
tar -xzf ruby-3.0.2.tar.gz
cd ruby-3.0.2
```
``` shell
tar -xzf ruby-3.0.2.tar.gz
cd ruby-3.0.2
```

2. Build from the git repository:

Checkout the CRuby source code:
Checkout the CRuby source code:

``` shell
git clone https://github.com/ruby/ruby.git
```
``` shell
git clone https://github.com/ruby/ruby.git
```

Generate the configure file:
Generate the configure file:

``` shell
./autogen.sh
```
``` shell
./autogen.sh
```

2. Create a `build` directory separate from the source directory:

Expand Down

0 comments on commit dc940cc

Please sign in to comment.