Skip to content

Commit aac8f30

Browse files
author
Steven Chen
committed
refactor: update document
1 parent 5cb07f6 commit aac8f30

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ source 'https://rubygems.org'
33

44
# Add you gems here
55
gem 'nokogiri', '1.8.2'
6-
gem 'json', '1.8.2'
76

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ following (use `nokogiri` as an example), which can be found at your bundle `--p
2626

2727
What really matters here is the `*.so` file, which is what we're trying to make here. Once that is
2828
ready, you can copy it to its corresponding directory and zip it up as `*.tar.gz`, e.g.,
29+
`nokogiri-1.8.2.tar.gz`.
2930

30-
```
31-
tar zcvf nokogiri-1.8.2.tar.gz 2.2.0
32-
```
3331

34-
Alternatively, the Dockerfile provided in the directory will generate `nokogiri-1.8.2.tar.gz` and
35-
store it into `/opt/build/target`. And we can use this tarball as an upgrade for what `Traveling Ruby`
36-
provides. To build native extensions for more gems, add those gem into `Gemfile`, and run the
32+
The Dockerfile provided in the directory will generate `nokogiri-1.8.2.tar.gz` and
33+
store it into `/opt/build/target`. And we can use this tarball as an upgrade for the one `Traveling
34+
Ruby` provides. To build native extensions for more gems, add those gem into `Gemfile`, and run the
3735
following:
3836

3937
```

0 commit comments

Comments
 (0)