Merge pull request #816 from geertu/software-demo-Drop-bogus-the-in-README

software/demo: Drop bogus "the" in README
This commit is contained in:
enjoy-digital 2021-02-12 15:32:50 +01:00 committed by GitHub
commit 159155b3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ This directory provides a minimal bare metal demo app that demonstrates how to e
[> Build
--------
Imagine you just built the Arty example design from LiteX-Boards. Build the demo app as follows; where the build path is the path to the your previously built Arty build directory:
Imagine you just built the Arty example design from LiteX-Boards. Build the demo app as follows; where the build path is the path to your previously built Arty build directory:
```
litex_bare_metal_demo --build-path=build/arty/
```