Browse Source

Update README.md

The path have changed in repo. Updating the cd command to reflect the same.
Naveen Reddy Gundlagutta 3 tháng trước cách đây
mục cha
commit
e951b567ba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      end-to-end-use-cases/email_agent/README.md

+ 1 - 1
end-to-end-use-cases/email_agent/README.md

@@ -115,7 +115,7 @@ source emailagent\Scripts\activate # on Windows
 Then install the required Python libraries:
 ```
 git clone https://github.com/meta-llama/llama-recipes
-cd llama-recipes/recipes/use_cases/email_agent
+cd llama-recipes/end-to-end-use-cases/email_agent
 pip install -r requirements.txt
 ```