aboutsummaryrefslogtreecommitdiff
path: root/docs/project/development.md
diff options
context:
space:
mode:
authorGravatar dave caruso <me@paperdave.net> 2023-07-12 15:21:55 -0700
committerGravatar GitHub <noreply@github.com> 2023-07-12 15:21:55 -0700
commitae0a724981dd70f457d83f5f134e10dfbc7f72c5 (patch)
treefc094d1176c60a3378dab270264be3352d11ea87 /docs/project/development.md
parent0631f878667d9a5cab80d7c1167eac7cbc1c93c6 (diff)
downloadbun-ae0a724981dd70f457d83f5f134e10dfbc7f72c5.tar.gz
bun-ae0a724981dd70f457d83f5f134e10dfbc7f72c5.tar.zst
bun-ae0a724981dd70f457d83f5f134e10dfbc7f72c5.zip
Improve our internal typedefs (#3608)
* types * some more * yeah * i think that fixes it * oop
Diffstat (limited to 'docs/project/development.md')
-rw-r--r--docs/project/development.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/project/development.md b/docs/project/development.md
index 93327824f..29bb09f63 100644
--- a/docs/project/development.md
+++ b/docs/project/development.md
@@ -240,11 +240,11 @@ Changes not staged for commit:
modified: src/bun.js/WebKit (new commits)
```
-For performance reasons, `bun submodule update` does not automatically update the WebKit submodule. To update, run the following commands from the root of the Bun repo:
+For performance reasons, `make submodule` does not automatically update the WebKit submodule. To update, run the following commands from the root of the Bun repo:
```bash
$ bun install
-$ make bindings
+$ make regenerate-bindings
```
<!-- Check the [Bun repo](https://github.com/oven-sh/bun/tree/main/src/bun.js) to get the hash of the commit of WebKit is currently being used.