소스 검색

README update

Jeff Tang 4 달 전
부모
커밋
5919e294e0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      recipes/use_cases/gmail_agent/README.md

+ 2 - 2
recipes/use_cases/gmail_agent/README.md

@@ -114,8 +114,8 @@ source gmagent\Scripts\activate # on Windows
 
 Then install the required Python libraries:
 ```
-git clone https://github.com/jeffxtang/gmagent
-cd gmagent
+git clone https://github.com/meta-llama/llama-recipes
+cd llama-recipes/recipes/use_cases/gmail_agent
 pip install -r requirements.txt
 ```