aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-12-16 18:26:40 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-12-16 18:26:40 -0800
commit7519f364e5cb9d1c1138ee4d7a607f4e22f02239 (patch)
tree086ddaaf2daa03d6cb6ee142d6fbd3d43bb2e883
parent7f9ab7dfce016f38b856cdedf93aa7fed190cb84 (diff)
downloadbun-7519f364e5cb9d1c1138ee4d7a607f4e22f02239.tar.gz
bun-7519f364e5cb9d1c1138ee4d7a607f4e22f02239.tar.zst
bun-7519f364e5cb9d1c1138ee4d7a607f4e22f02239.zip
Update README.md
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index bacfafb3b..dceaec6e3 100644
--- a/README.md
+++ b/README.md
@@ -899,7 +899,7 @@ To successfully run `zig build`, you will need to install a patched version of Z
Bun also statically links these libraries:
-- `libicu`, which can be found here: https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE
+- `libicu` 66.1, which can be found here: https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE
- [`picohttp`](https://github.com/h2o/picohttpparser), which is dual-licensed under the Perl License or the MIT License
- [`mimalloc`](https://github.com/microsoft/mimalloc), which is MIT licensed
- [`zlib-cloudflare`](https://github.com/cloudflare/zlib), which is zlib licensed
@@ -978,7 +978,7 @@ You'll want to make sure `zig` is in `$PATH`. The `zig` binary wil be in the sam
### Build bun
-If you're building on an Apple Silicon device, you'll need to do is ensure you have set an environment variable `CODESIGN_IDENTITY`. You can find the correct value by visiting `Keychain Access` and looking under your `login` profile for `Certificates`. The name would usually look like `Apple Development: user@example.com (WDYABC123)`
+If you're building on an Apple Silicon device, you'll need to do is ensure you have set an environment variable `CODESIGN_IDENTITY`. You can find the correct value by visiting `Keychain Access` and looking under your `login` profile for `Certificates`. The name would usually look like `Apple Development: user@example.com (WDYABC123)`
If you're not familiar with the process, there's a guide [here](https://ioscodesigning.com/generating-code-signing-files/#generate-a-code-signing-certificate-using-xcode)
@@ -1007,7 +1007,6 @@ cd ../../
make test-dev-all
```
-
### Troubleshooting
If you see an error when compiling `libarchive`, run this: