From e7e28f2438c2b9337c49c7f60da709b45b3f4576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nick=20=C3=98stergaard?= Date: Thu, 11 Feb 2021 21:35:02 +0100 Subject: [PATCH] Change wording of demo README Change wording of demo README to make it more clear what the process is and how things related. This should help the newcomer and it still usefull for the triained. Change the command example to be more copy paste friendly. Fixes #814 --- litex/soc/software/demo/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/litex/soc/software/demo/README.md b/litex/soc/software/demo/README.md index fd355ca30..7b0c1960f 100644 --- a/litex/soc/software/demo/README.md +++ b/litex/soc/software/demo/README.md @@ -6,8 +6,10 @@ This directory provides a minimal bare metal demo app that demonstrates how to e [> Build -------- -Imagine you just build the Arty example design from LiteX-Boards, to build the demo app, run: - `$ litex_bare_metal_demo --build-path=build/arty/` +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/ +``` [> Load -------