From 753121470afc9b67c59d5b039715295b984b2e8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 15 Feb 2017 23:50:45 +0100 Subject: [PATCH] Fixlets to the README in the exercice skeleton usage MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 2a8c022..a841100 100644 --- a/README +++ b/README @@ -35,7 +35,7 @@ Exercice skeleton: It's the directory exo_skel with a basic Makefile inside To use it: - cp -a exo_skel exo# where # is a digit - cd exo# && cp exo_skel.c exo# + $ cp -a exo_skel exo# (where # is a digit) + $ cd exo# && cp exo_skel.c exo#.c edit the Makefile to change the TARGET variable to the exercice name desired -- 2.34.1