Skip to content

Commit

Permalink
Update doc/distribution.md
Browse files Browse the repository at this point in the history
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
  • Loading branch information
ioquatix and nobu committed Dec 4, 2022
1 parent 6c4ef28 commit ff28b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/distribution.md
Expand Up @@ -28,7 +28,7 @@ Most distributions have a tool to build packages from a tarball. For example, De
```bash
$ pkgver=3.1.3
$ curl https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz --output ruby-${pkgver}.tar.xz
$ tar xvf ruby-${pkgver}.tar.xz
$ tar xpvf ruby-${pkgver}.tar.xz
$ cd ruby-${pkgver}
$ ./configure
$ make
Expand Down

0 comments on commit ff28b79

Please sign in to comment.