Merge pull request #815 from nickoe/reword_demo_readme

Change wording of demo README
This commit is contained in:
enjoy-digital 2021-02-12 13:57:19 +01:00 committed by GitHub
commit 25244629e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -6,8 +6,10 @@ This directory provides a minimal bare metal demo app that demonstrates how to e
[> Build [> Build
-------- --------
Imagine you just build the Arty example design from LiteX-Boards, to build the demo app, run: 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:
`$ litex_bare_metal_demo --build-path=build/arty/` ```
litex_bare_metal_demo --build-path=build/arty/
```
[> Load [> Load
------- -------