Solved TODO for using GH branch
parent
77a0f0f450
commit
9aba82f472
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue