From 0dcb4e9affa9746ce415f032f92412eff059cb7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Mon, 9 Nov 2020 15:48:02 +0100 Subject: [PATCH] [docs] Improve SDK doc: executables are not in the root folder anymore --- docs/build/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/build/index.md b/docs/build/index.md index 18a34197b..9827314db 100644 --- a/docs/build/index.md +++ b/docs/build/index.md @@ -58,8 +58,7 @@ Once the SDK has been installed, just open your terminal (Msys2, Terminal.app, x ``` make PLATFORM=simulator clean -make PLATFORM=simulator -./epsilon.elf +make PLATFORM=simulator epsilon_run ``` ## Run Epsilon on your calculator