mirror of
https://github.com/LinoSchmidt/StickExporterTX.git
synced 2026-03-21 01:51:15 +01:00
Added Licence to README.md
This commit is contained in:
15
README.md
15
README.md
@@ -2,20 +2,19 @@
|
|||||||
|
|
||||||
A 3D Sticks Exporter for EdgeTX/OpenTX logs.
|
A 3D Sticks Exporter for EdgeTX/OpenTX logs.
|
||||||
|
|
||||||
Setup:
|
## Setup:
|
||||||
------
|
|
||||||
- Download [Blender (Portable)](https://www.blender.org/download) and unpack it with the name `blender` in the folder `<Project folder>/assets`.
|
- Download [Blender (Portable)](https://www.blender.org/download) and unpack it with the name `blender` in the folder `<Project folder>/assets`.
|
||||||
- Start a console in the project folder and execute the command `npm install` to install the necessary packages.
|
- Start a console in the project folder and execute the command `npm install` to install the necessary packages.
|
||||||
|
|
||||||
Test:
|
## Test:
|
||||||
------
|
|
||||||
To test the program, execute the command `npm start` in the project folder.
|
To test the program, execute the command `npm start` in the project folder.
|
||||||
|
|
||||||
Build (Windows):
|
## Build:
|
||||||
------
|
|
||||||
|
### Windows:
|
||||||
To build the program, execute the command `npm run package-win` in the project folder.
|
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.
|
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 `<Project Folder>/output`.
|
The finished installer should be inside `<Project Folder>/output`.
|
||||||
|
|
||||||
|
## Licence:
|
||||||
Copyright © 2022 Lino Schmidt. All rights reserved.
|
his project is released under the MIT license, for more information, check the [LICENSE](LICENSE.md) file.
|
||||||
|
|||||||
Reference in New Issue
Block a user