Skip to content

Commit

Permalink
Re-order instructions in README (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudioantonio committed May 23, 2024
1 parent ef45c3d commit 1fd6276
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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`.
Expand Down

0 comments on commit 1fd6276

Please sign in to comment.