summaryrefslogtreecommitdiff
path: root/doc/yjit/yjit.md
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-05-10 09:55:27 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-05-10 09:55:27 +0900
commit172077232e7f40b4dfedf6a5434c252b3d326fab (patch)
treebb8cdf759c2141bd2d5d0ffa87945eb4c15490ad /doc/yjit/yjit.md
parentaec4e2d6787205b489af51e7acdba3be53980f07 (diff)
downloadruby-172077232e7f40b4dfedf6a5434c252b3d326fab.tar.gz
readline or libedit is no longer required to build ruby
Diffstat (limited to 'doc/yjit/yjit.md')
-rw-r--r--doc/yjit/yjit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yjit/yjit.md b/doc/yjit/yjit.md
index 1bb22f65c4..7a8bb52392 100644
--- a/doc/yjit/yjit.md
+++ b/doc/yjit/yjit.md
@@ -104,7 +104,7 @@ On macOS, you may need to specify where to find some libraries:
```sh
# Install dependencies
-brew install openssl readline libyaml
+brew install openssl libyaml
# Configure in dev (debug) mode for development, build and install
./autogen.sh