From b2268129be17a26ad9b5accd74460d5a726e0d6c Mon Sep 17 00:00:00 2001 From: Ronaldson Bellande <47253433+RonaldsonBellande@users.noreply.github.com> Date: Mon, 7 Oct 2024 20:05:51 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01eab78..d378d1b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Bellande Rust Executable ## Bellande Rust Executable is a library that makes rust code into an executable (BRE) library -- "-d", "--dep-file", required=True, help="Path to the dependencies file" +- "-d", "--dep-file", required=True, help="Path to the dependencies file (dependencies.txt) will soon be dependencies.bellande" - "-s", "--src-dir", required=True, help="Source directory containing Rust files" - "-m", "--main-file", required=True, help="Main Rust file name (e.g., main.rs)" - "-o", "--output", required=True, help="Output path for the compiled executable"