diff --git a/README.md b/README.md index 921ca340..acbe748d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,9 @@ $ docker run -it dig # docker will drop you into a Linux prompt like below $ root@b53e0bd86c11:/dig/src# -# now we can run DIG on a trace file +# now you can run DIG -- the more CPUs/CORES your machine has, the faster DIG will run. + +# run DIG on a trace file root@931ac8632c7f:/dig/src# time ~/miniconda3/bin/python3 -O dig.py ../tests/traces/cohendiv.csv -log 4 ... ... @@ -64,7 +66,7 @@ root@931ac8632c7f:/dig/src# time ~/miniconda3/bin/python3 -O dig.py ../tests/tr root@931ac8632c7f:/dig/src# time ~/miniconda3/bin/python3 -O dig.py ../benchmark/c/nla/cohendiv.c -log 4 ... -# to update DIG to the latest from github, do a git pull in the main DIG directory in the Docker +# to update DIG to the latest from github, do a git pull in the main DIG directory in the Docker root@931ac8632c7f:/dig/src# git pull ... ...