aboutsummaryrefslogtreecommitdiff
path: root/docs/upgrading-webkit.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-06-22 23:21:48 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-06-22 23:21:48 -0700
commit729d445b6885f69dd2c6355f38707bd42851c791 (patch)
treef87a7c408929ea3f57bbb7ace380cf869da83c0e /docs/upgrading-webkit.md
parent25f820c6bf1d8ec6d444ef579cc036b8c0607b75 (diff)
downloadbun-jarred/rename.tar.gz
bun-jarred/rename.tar.zst
bun-jarred/rename.zip
change the directory structurejarred/rename
Diffstat (limited to 'docs/upgrading-webkit.md')
-rw-r--r--docs/upgrading-webkit.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/upgrading-webkit.md b/docs/upgrading-webkit.md
index 39b5c3efc..dc67e9e09 100644
--- a/docs/upgrading-webkit.md
+++ b/docs/upgrading-webkit.md
@@ -12,7 +12,7 @@ It's important to periodically update WebKit for many reasons:
To upgrade, first find the commit in **bun's WebKit fork** (not bun!) between when we last upgraded and now.
```bash
-cd src/javascript/jsc/WebKit # In the WebKit directory! not bun
+cd src/bun.js/WebKit # In the WebKit directory! not bun
git checkout $COMMIT
```
@@ -38,7 +38,7 @@ Make sure that JSC's CLI is able to load successfully. This verifies that the bu
You know this worked when it printed help options. If it complains about symbols, crashes, or anything else that looks wrong, something is wrong.
```bash
-src/javascript/jsc/WebKit/WebKitBuild/Release/bin/jsc --help
+src/bun.js/WebKit/WebKitBuild/Release/bin/jsc --help
```
Then, clear out our bindings and regenerate the C++<>Zig headers: