From 42cea5f8f2121342a12fb103ff165d0c4ce0afcd Mon Sep 17 00:00:00 2001 From: nprimo Date: Thu, 25 Jan 2024 15:35:06 +0000 Subject: [PATCH] fix(math-skills): update path of bin to execute --- subjects/math-skills/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/math-skills/audit/README.md b/subjects/math-skills/audit/README.md index b4987353b..a1341ba56 100644 --- a/subjects/math-skills/audit/README.md +++ b/subjects/math-skills/audit/README.md @@ -1,7 +1,7 @@ #### Functional ##### After downloading the [file](https://assets.01-edu.org/stats-projects/stat-bin-dockerized.zip). -##### Run the script with `./math-skills` or `./run.sh math-skills`, then run the program of the student with the created file (`data.txt`) by the previous command. +##### Run the script with `./bin/math-skills` or `./run.sh math-skills`, then run the program of the student with the created file (`data.txt`) by the previous command. ###### Are the outputs of both programs (the one provided and the student one) in the same format?