From 3219664e92f262b7e03d7251dfb5b27d349a9ca1 Mon Sep 17 00:00:00 2001 From: Victor Fusco <1221933+vfusco@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:26:11 -0300 Subject: [PATCH] docs: update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 759d987..f95697b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ For documentation on each of this artifacts please see their own repositories. ### Build ```bash -$ make submodules +$ git clone --recurse-submodules https://github.com/cartesi/machine-emulator-sdk.git $ make toolchain $ make emulator ``` @@ -29,6 +29,7 @@ If you want to build the root filesystem and the linux kernel you can type: ```bash +$ make tools $ make kernel ``` @@ -46,9 +47,10 @@ The following options are available to initialize and build the software artifac - **submodules**: initialize and update git submodules - **toolchain**: builds the RISC-V gnu toolchain docker image -- **emulator**: builds the emulator +- **emulator**: builds the emulator (requires toolchain) +- **tools**: builds the machine-emulator-tools and rootfs - **kernel**: builds the kernel image (requires toolchain) -- **solidity-step**: builds the machine solidity step (requires toolchain v0.11.0) +- **solidity-step**: builds the machine solidity step If you want to test the emulator you use: