Fix a4 readme

This commit is contained in:
Isaac Shoebottom 2023-10-26 17:16:10 -03:00
parent 1c3056ac56
commit 950a57bf62

View File

@ -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 .
```