From 1fd62762663b1b601d298f7f3a1af1cddc1cef0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A1udio=20Silva?= Date: Thu, 23 May 2024 11:09:44 -0300 Subject: [PATCH] Re-order instructions in README (#107) --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index ebad2f6..d9c9a8b 100644 --- a/README.md +++ b/README.md @@ -38,21 +38,7 @@ To build the slides, run the following command: make slides ``` -## Back-end - -### Building the machine image - -```sh -cartesi build -``` - -### Running the Cartesi Node - -``` -cartesi run -``` - -## Building bounties +## Building example bounties Before testing, you need to compile bounties binaries. @@ -78,6 +64,20 @@ Along with following exploits: ./tests/bounties/sqlite-bounty/exploit-sqlite-3.32.2.sql ``` +## Back-end + +### Building the machine image + +```sh +cartesi build +``` + +### Running the Cartesi Node + +``` +cartesi run +``` + ## Tests Before running tests, make sure you built the image and bounties, you can build them with `make all`.