From 83a99df2366b0f096c99e560e6de29791634c633 Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Thu, 5 May 2022 18:38:58 +0200 Subject: [PATCH] README: how to contribute --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75e6215..4938346 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,7 @@ A GUI for the OpenBSD package manager. # How to use Install packages `godot` and `sqlports`, then execute `make run` in the sources directory. + +# How to contribute + +The project is done using Godot, import the project in godot editor (`godot-tools` for OpenBSD current and >= 7.2), all the code is there.