From 2465dc5946de06925ce595beba2b726961acb59d Mon Sep 17 00:00:00 2001 From: Lena Date: Wed, 2 Sep 2026 16:30:06 +0200 Subject: [PATCH] Update build instructions following the change in effec5f3da06556b1ca16a288499d144027940be. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8821e388..d96738d3 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ Join sable zone for development discussion: https://discord.gg/pnkzu2dtVA # Building Rust Natives 1. Install Docker from https://www.docker.com/get-started/ or from your relevant package manager -2. Run `gradlew common:buildImages` (only has to be done once) -3. Run `gradlew common:buildRustNatives` +2. Run `gradlew sable_rapier:buildImages` (only has to be done once) +3. Run `gradlew sable_rapier:buildRustNatives` ### Thanks