Solved TODO for using GH branch

Vedanshu Jain 2022-09-20 21:40:37 +05:30
parent 77a0f0f450
commit 9aba82f472
1 changed files with 2 additions and 2 deletions

@ -62,9 +62,9 @@ You will almost certainly see this when you are getting started with HPOS, but d
wp wc cot sync
```
## Using GH /// TODO: do we still want to advertise this method?
## Using GH
Use the same steps as above, but instead of downloading the zip package (step 2), checkout the `cot-main` branch from the monorepo and build WC using `pnpm -- turbo run build --filter=woocommerce`. Then mount/link the `plugins/woocommerce` subdirectory to your WP plugins directory.
If you use the WooCommerce repo directly as part of your development environment then instead of downloading the zip package (step 2), checkout the `cot-main` branch from the monorepo and build WC using `pnpm -- turbo run build --filter=woocommerce`. We will keep the `cot-main` branch updated with the contents of the release package.
# Supporting High-performance Order Storage