Skip to content

Commit

Permalink
Move examples section in README 📖
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNerma committed Jun 3, 2024
1 parent 947f18f commit 0b09f41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ It is split into several crates:
- [`lrvm_aux`](lrvm_aux/): A set of useful auxiliary components
- [`lrvm_tools`](lrvm_tools/): A set of tools to deal more easily with LRVM, including a strongly-typed assembler and a string-based one

## Examples

Various examples can be found in the [`examples/`](examples/README.md) directory.

## Additional components

An arbitrary number of components can be connected to the virtual motherboard and accessed through memory mapping (MMIO).
Expand Down Expand Up @@ -85,10 +89,6 @@ code --install-extension lrvm-lasm-*.vsix
# Enjoy!
```

## Examples

Examples can be found in the [`examples/`](examples/README.md) directory.

## Testing

As some examples depends on other, and Cargo does not provide a way to prevent tests from running concurrently, you should not use a simple `cargo test` on LRVM's crates but instead:
Expand Down

0 comments on commit 0b09f41

Please sign in to comment.