Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions userguide/01-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ qemu-system-aarch64 --version # should print 8.0 or higher

## Step 1: Clone and Build

Clone the repository and verify that all 648 tests pass on your host machine:
Clone the repository and verify that all 945 tests pass on your host machine:

```bash
git clone https://github.com/ruvnet/rvm.git
Expand All @@ -60,7 +60,7 @@ This command compiles every crate (`rvm-types`, `rvm-hal`, `rvm-cap`, `rvm-witne
You should see output ending with:

```
test result: ok. 648 passed; 0 failed; 0 ignored
test result: ok. 945 passed; 0 failed; 0 ignored
```

> **Tip:** If a test fails, check [Troubleshooting](14-troubleshooting.md) for common host-build issues.
Expand Down