From 43e4a25d69725dfb1659b22397b460241a50d987 Mon Sep 17 00:00:00 2001 From: Yaya-Cout Date: Thu, 27 Oct 2022 19:38:05 +0200 Subject: [PATCH] [docs] Improve testing on simulator instructions --- docs/new-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/new-app.md b/docs/new-app.md index fe95523ac..9f370973b 100644 --- a/docs/new-app.md +++ b/docs/new-app.md @@ -25,7 +25,7 @@ To test your app on device, you just need to flash it using the `make app-name_f To test your app on the simulator, it's a little bit more complicated : 1. Clone the main Upsilon repository using `git clone --recurse-submodules https://github.com/UpsilonNumworks/Upsilon.git` -2. Copy your app directory to the `Upsilon/apps/external/app/` directory +2. Copy the content of your app directory to the `Upsilon/apps/external/app/` directory 3. Build Upsilon using `make PLATFORM=simulator` (full guide is available in the Upsilon main repository). 4. Run the simulator. The following command should work, but has been tested only on the Linux simulator: