From 56abb7e75d1a61b0349470984c330cb7a602431d Mon Sep 17 00:00:00 2001 From: Nuno Jesus Date: Mon, 6 Feb 2023 16:15:01 +0000 Subject: [PATCH] Files: updating README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4cd80f..ab53ac6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This tool is currently **ONLY** performing tests to ensure your project does not **You are free to fork the repository and study/modify/test the code on your own**. However, I would really appreciate it if you could text me on Slack (**ncarvalh**) whenever you find a bug or you have a suggestion, so I can properly introduce hotfixes or deploy some quality-of-life patches that can benefit the 42 community in general. ## Are there any pre-requirements? -> If you're planning on running the tool in the 42 clusters, you can skip this section. Make sure your so_long project has a functional Makefile with all the mandatory rules. +> Make sure your so_long project has a functional Makefile with all the mandatory rules. In order to correctly execute the tool, you must: - have [Python](https://www.python.org/downloads/) installed;