From 7a422f6d3374a8877d6236c227f2df2aa65da11c Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Thu, 19 Sep 2024 17:07:57 -0400 Subject: [PATCH] fix: update command to run hello world script The -f flag seems to be no longer required. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bbd789..216f3fd 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To compile and run the project, you need to have Rust & Cargo installed. cargo r # To run a script -cargo r -- -f ./scripts/hello_world.sh +cargo r -- ./scripts/hello_world.sh ``` ## License