From 96a56f52ce7d868a7df104f39079b4be34370091 Mon Sep 17 00:00:00 2001 From: Nick Logozzo Date: Sun, 16 Jun 2024 12:36:16 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6190621..c847c4f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ ## Chat Join our room +## Contributing + +See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how can you help the project and how to provide information so we can help you in case of troubles with the app. + ## Screenshots
@@ -45,10 +49,6 @@ A C++20 compiler is also required to build Spotlight. 1. From the `build` folder, run `cmake --build . --config Release`. 1. After these commands complete, Spotlight will be successfully built and its binaries can be found in the `org.nickvision.spotlight.winui/Release` folder of the `build` folder. -## Contributing - -See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how can you help the project and how to provide information so we can help you in case of troubles with the app. - ## Code of Conduct This project follows the [GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct).