From 0ad69749395df545475d20e5b1294e93c4d9a6b2 Mon Sep 17 00:00:00 2001 From: Will Morris <williamdunstanmorris@gmail.com> Date: Sun, 9 Dec 2018 12:09:26 +0000 Subject: [PATCH] Appended text to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ddb5b2..99b068f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gitlab-CI & Condor: Mandelbrot Tutorial -A Mandelbrot program generator using C. +A Mandelbrot program generator using C with the gcc compiler. ## Running locally After you have navigated to your directory in a local shell, you should begin by compiling and running the mandelbrot first. Considering we are using a gcc compiler in C, things should work without any problems here. Run: -- GitLab