From 076f49d8fe98425e7449077b3d5cd97a9ab17397 Mon Sep 17 00:00:00 2001 From: Tasha Upchurch Date: Sun, 10 Sep 2023 17:02:34 -0400 Subject: [PATCH] Update README.md fixes #30 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 024e2d90..828cfb9c 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,15 @@ To get started, follow these steps: 5. **Build Your Software:** Use the following command to initiate the building of your software, replacing `[description_of_your_idea]` with your idea's description and `[project_name]` with your desired project name: + On Unix/Linux: ``` python3 run.py --task "[description_of_your_idea]" --name "[project_name]" ``` -6. **Run Your Software:** Once generated, you can find your software in the `WareHouse` directory under a specific + On Windows + ``` + python run.py --task "[description_of_your_idea]" --name "[project_name]" + ``` +7. **Run Your Software:** Once generated, you can find your software in the `WareHouse` directory under a specific project folder, such as `project_name_DefaultOrganization_timestamp`. Run your software using the following command within that directory: ```