diff --git a/readme.md b/readme.md index bf76f33ac138453332093b0903e55e124667cfd7..1b7e97086034a555729778a3eb120a2772564e40 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