Skip to content

Commit 8aaede1

Browse files
authored
Update README.md
Set up instructions to run the initial commands copying the aws-aidlc-rules and aws-aidlc-rule-details folders from the extracted zip folder and the user download directory do not reflect correctly with the downloaded zip version extracted folders structure in the user downloads folder. Upon extraction, the folder structure is Downloads>ai-dlc-rules-v0.1.8>aidlc-rules. I committed changes just for the windows command prompt instructions. This created confusion among the customer end users when running the AI-DLC workshops.
1 parent 06e3f24 commit 8aaede1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ On Windows (CMD):
7575

7676
```cmd
7777
mkdir .kiro\steering
78-
xcopy %USERPROFILE%\Downloads\aidlc-rules\aws-aidlc-rules .kiro\steering\aws-aidlc-rules\ /E /I
79-
xcopy %USERPROFILE%\Downloads\aidlc-rules\aws-aidlc-rule-details .kiro\aws-aidlc-rule-details\ /E /I
78+
xcopy %USERPROFILE%\Downloads\ai-dlc-rules-v0.1.8\aidlc-rules\aws-aidlc-rules .kiro\steering\aws-aidlc-rules\ /E /I
79+
xcopy %USERPROFILE%\Downloads\ai-dlc-rules-v0.1.8\aidlc-rules\aws-aidlc-rule-details .kiro\aws-aidlc-rule-details\ /E /I
8080
```
8181

8282
Your project should look like:

0 commit comments

Comments
 (0)