From 9648df1d1cfee88638f1edb552e634a26d1f1046 Mon Sep 17 00:00:00 2001 From: Constantin Tews Date: Tue, 27 May 2025 14:54:18 +0200 Subject: [PATCH] Add contribution section in readme. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 7954c14..7247bfd 100644 --- a/README.md +++ b/README.md @@ -294,5 +294,17 @@ Provided `Fli.WindowStyle`: ### Do you miss something? Open an [issue](https://github.com/CaptnCodr/Fli/issues) or start a [discussion](https://github.com/CaptnCodr/Fli/discussions). +### Contributing +After cloning this repository, there are some steps to start: +1. `dotnet tool restore` +2. `dotnet paket restore` +3. `dotnet restore` +4. `dotnet paket install` +5. `dotnet build` + +After that, you can start coding, build and test. + +Every contribution is welcome. :) + ### Inspiration Use CE's for CLI commands came in mind while using [FsHttp](https://github.com/fsprojects/FsHttp).