diff --git a/README.md b/README.md index 0570125a4..9584a48bd 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,8 @@ Alternatively if you want to build for a specific platform only, you can use `in yarn build-dawn --includeOnly=xros,xrsimulator ``` +### Downloading Dawn + There is an alternative way which is to download the prebuilt binaries from GitHub. You need to have the [Github CLI](https://cli.github.com/) installed: @@ -235,6 +237,8 @@ $ cd packages/webgpu $ yarn download-artifacts ``` +Alternatively you can also download the prebuilt binaries [here](https://github.com/wcandillon/react-native-webgpu/actions/workflows/build-dawn.yml). + ### Upgrading 1. `git submodule update --remote`