From bf23f91fb91fe3907af7d0b91be36a62fbea9bfd Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Wed, 4 Mar 2020 23:59:38 -0500 Subject: [PATCH] Update readme --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index bf76f33..1b7e970 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ -# C - Cache Simulator +# Python - Cache Simulator ## Language -C +Python ## Description @@ -11,8 +11,8 @@ A project to simulate system use of a cache for data storage. ## Running Program Open a terminal and cd to project root.<br> -For a list of available makefile commands, run `make help`.<br> -In a terminal, run `make <command_here>`. +Use the `run.sh` bash script to execute file.<br> +For example, type `./run.sh -v -s 2 -E 1 -b 4 -t ./wmucachelab/traces/dave.trace` ## References -- GitLab