Skip to content

Commit e979567

Browse files
committed
Ubuntu support and mise install guidance
1 parent 7b6c8c9 commit e979567

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

+16-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
1-
## Old Rubies, meet new macOS
1+
## Old Rubies, meet new macOS and Ubuntu
22

3-
Trying to run an old, unsupported Ruby on an M1 Mac? You're in the right place.
3+
Trying to run an old, unsupported Ruby? You're in the right place.
44

5-
This is a collection of ruby-build definitions for local dev on macOS. Not for production use. Homebrew is required.
5+
This is a collection of ruby-build definitions for local dev on macOS and Ubuntu. Not for production use. macOS (and Homebrew) or Ubuntu are required.
66

7-
Ruby versions:
8-
* 1.8.7-p374
7+
### mise
98

9+
```bash
10+
git clone https://github.com/basecamp/ruby-dev
1011

11-
### How to install
12+
RUBY_BUILD_DEFINITIONS="~/path/to/ruby-dev" mise use [email protected]
13+
```
1214

13-
Grab the build definition by cloning the repo or `curl`ing a specific file, then `rbenv install` the path to the definition.
15+
### rbenv
1416

17+
```bash
18+
git clone https://github.com/basecamp/ruby-dev
19+
20+
RUBY_BUILD_DEFINITIONS="./ruby-dev" rbenv install 1.8.7-p374
21+
```
22+
23+
or
1524
```bash
1625
git clone https://github.com/basecamp/ruby-dev
1726
cd ruby-dev

0 commit comments

Comments
 (0)