Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
`-f` has been removed.
  • Loading branch information
seishun authored Sep 19, 2024
1 parent 8f14fb5 commit ce8c68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce8c68f

Please sign in to comment.