From 1cd1a52b35f6ba8e6750ab8c6b69dbba7b3fbd86 Mon Sep 17 00:00:00 2001 From: ZushiWuxian <35729070+W-Wuxian@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:54:53 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84bf45b..9ab7ba6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # GOL repository A Solution to the Game Of Life (GOL) problem # running cmd : -In a shell at the root of thisrepository use the following command: -make help -Or -cd Code && make help +In a shell use the following command: +```sh +User@My-Linux-Desktop:~$ cd ~/GOL/ && make help +``` # Dependencies - Make - g++ as c++ compiler (std17)