From ad68d98043cc3335a18b9351556be939c8451b3c Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Tue, 18 Jun 2024 19:10:42 +0200 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d4caa59a..c96dc0bb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Discrete controllers for kite power systems. -This package is part of Julia Kite Power Tools, which consist of the following packages: +This package is part of Julia Kite Power Tools, which consists of the following packages:

## Installation @@ -110,14 +110,15 @@ Then create a system image of all the packages, used by Kitecontrollers itself a the script `bin/create_sysimage --update`. If you are on Windows make sure you have git-bash installed because this is a bash script. You can then launch Julia with the command `bin/run_julia` which is fast. Try to run the test scripts from the folder test to understand what they are doing. -Now you can modify the source code according to your needs, restart Julia, run the relevant test script again and see -the effect. -If you are happy, commit your changes and create a pull request. If you have any questions, please ask them -on https://discourse.julialang.org/ . +Now you can modify the source code according to your needs, restart Julia, run the relevant test script again and see the effect. +If you are happy, commit your changes and create a pull request. If you have any questions, please ask them at https://discourse.julialang.org/ . ## Scientific background [A Methodology for the Design of Kite-Power Control Systems](https://research.tudelft.nl/en/publications/a-methodology-for-the-design-of-kite-power-control-systems) Chapter 6.3 Winch control (WC) +## Donations +If you like this software, please consider donating to https://gofund.me/508e041b . + ## Related - [Research Fechner](https://research.tudelft.nl/en/publications/?search=wind+Fechner&pageSize=50&ordering=rating&descending=true) for the scientific background of this code - The meta package [KiteSimulators](https://github.com/aenarete/KiteSimulators.jl) which contains all packages from Julia Kite Power Tools.