From 950a57bf6235dba94a78156759dc13a728e1a5fa Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 26 Oct 2023 17:16:10 -0300 Subject: [PATCH] Fix a4 readme --- Assignment4/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assignment4/README.md b/Assignment4/README.md index 98bd8c2..e05f412 100644 --- a/Assignment4/README.md +++ b/Assignment4/README.md @@ -21,7 +21,7 @@ If that command to compile does not work, please place all C and C header files gcc process.c queue.c round_robin.c ``` -In case you need to move the files: +In case you need to move the files, for easy copying: ```shell -mv lib/process.c . & mv lib/queue.c . & mv lib/queue.h . & mv lib/process.h . & mv lib/round_robin.h . +mv lib/process.c . & mv lib/queue.c . & mv lib/queue.h . & mv lib/process.h . ``` \ No newline at end of file