[DOC] Nested ordered lists need more indents
This commit is contained in:
parent
d1b6ff42fa
commit
dc940cc740
@ -42,29 +42,31 @@
|
|||||||
|
|
||||||
1. Download ruby source code:
|
1. Download ruby source code:
|
||||||
|
|
||||||
|
Select one of the bellow.
|
||||||
|
|
||||||
1. Build from the tarball:
|
1. Build from the tarball:
|
||||||
|
|
||||||
Download the latest tarball from [ruby-lang.org](https://www.ruby-lang.org/en/downloads/) and
|
Download the latest tarball from [ruby-lang.org](https://www.ruby-lang.org/en/downloads/) and
|
||||||
extract it. Example for Ruby 3.0.2:
|
extract it. Example for Ruby 3.0.2:
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
tar -xzf ruby-3.0.2.tar.gz
|
tar -xzf ruby-3.0.2.tar.gz
|
||||||
cd ruby-3.0.2
|
cd ruby-3.0.2
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Build from the git repository:
|
2. Build from the git repository:
|
||||||
|
|
||||||
Checkout the CRuby source code:
|
Checkout the CRuby source code:
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
git clone https://github.com/ruby/ruby.git
|
git clone https://github.com/ruby/ruby.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Generate the configure file:
|
Generate the configure file:
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Create a `build` directory separate from the source directory:
|
2. Create a `build` directory separate from the source directory:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user