From d3ea040cadd828f8fc488233ef6382f905238970 Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Mon, 16 May 2022 21:26:25 +0200 Subject: [PATCH] Updated README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d707f73..6b97ffd 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,18 @@ A 3D Sticks Exporter for EdgeTX/OpenTX logs. Setup: ------ -- Lade [Blender Portable](https://www.blender.org/download) Version herunter und Entpacke es mit dem Namen `blender` in den Ordner `/assets`. -- Starte eine Console in dem Projektordner und führe den Befehl `npm install` aus um alle notwendingen packages zu installieren. +- Download [Blender (Portable)](https://www.blender.org/download) and unpack it with the name `blender` in the folder `/assets`. +- Start a console in the project folder and execute the command `npm install` to install the necessary packages. -Start: +Test: ------ -Um das Programm zu starten, führe den Befehl `npm start` im Projektordner aus. +To test the program, execute the command `npm start` in the project folder. -Build Windows: +Build (Windows): ------ -Um das Programm zu Builden, führe den Befehl `npm run package-win` im Projektordner aus. -Öffne die Datei `installer-builder.iss` mit dem Programm [Inno Setup Compiler](https://jrsoftware.org/isdl.php#stable) und Compile das Programm. -Der Fertige installer sollte nach dem Compilen in `/output` landen. +To build the program, execute the command `npm run package-win` in the project folder. +After that, open the file `installer-builder.iss` with the program [Inno Setup Compiler](https://jrsoftware.org/isdl.php#stable) and compile it. +The finished installer should be inside `/output`. Copyright © 2022 Lino Schmidt. All rights reserved. \ No newline at end of file