diff --git a/kmath-noa/README.md b/kmath-noa/README.md index 9a629338b..7d1518fa5 100644 --- a/kmath-noa/README.md +++ b/kmath-noa/README.md @@ -18,8 +18,9 @@ the [GNU](https://gcc.gnu.org/) toolchain. For `GPU` kernels, we require a compa installation. If you are on Windows, we recommend setting up everything on [WSL](https://docs.nvidia.com/cuda/wsl-user-guide/index.html). -To install the library, simply publish it locally: +To install the library, simply publish the modules `kmath-tensors` +and `kmath-noa` locally: ``` -./gradlew -q :kmath-noa:publishToMavenLocal +./gradlew -q :kmath-tensors:publishToMavenLocal :kmath-noa:publishToMavenLocal ```