From f66ef8caaa8760dd239532d13a2e59251fa1fae8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 20 Nov 2020 18:38:46 +0100 Subject: [PATCH] test --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cefecee5..b49f230f 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,16 @@ Target systems: * Install make (only on windows, SDK on Linux can use the make installed with the SDK) 1. Install NodeJS LTS 2. Install xpm - ```sh - npm install --global xpm - ``` + + ```sh + npm install --global xpm + ``` + 3. Install Windows build tools (after installation also linux commands like mkdir can be used from windows) - ```sh - xpm install --global @xpack-dev-tools/windows-build-tools@latest - ``` + + ```sh + xpm install --global @xpack-dev-tools/windows-build-tools@latest + ``` ### Building the software