diff options
author | 2022-05-20 23:56:15 +0430 | |
---|---|---|
committer | 2022-05-20 12:26:15 -0700 | |
commit | 960cb1a8d5a7d7a12e60510e48069d5126deb350 (patch) | |
tree | 7339839f61deacaa3f060c12974ac5a6460c6c7d | |
parent | 8a3a5c3b74565b1dd3d5e3d381b8ded95ba386c3 (diff) | |
download | bun-960cb1a8d5a7d7a12e60510e48069d5126deb350.tar.gz bun-960cb1a8d5a7d7a12e60510e48069d5126deb350.tar.zst bun-960cb1a8d5a7d7a12e60510e48069d5126deb350.zip |
docs: fix typo in readme (#179)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -843,7 +843,7 @@ That advice unfortunately **lowers** the hard limit to `8096`. This can be a pro To fix this issue: 1. Remove any scripts that call `ulimit -n` and restart your shell. -2. Try agin, and if the error still occurs, try setting `ulimit -n` to an absurdly high number, such as `ulimit -n 2147483646` +2. Try again, and if the error still occurs, try setting `ulimit -n` to an absurdly high number, such as `ulimit -n 2147483646` 3. Try again, and if that still doesn’t fix it, open an issue ### bun install is stuck |