abidlabs HF Staff commited on
Commit
4d92a9f
·
1 Parent(s): 78aac84

Fix directory name in README for cloning

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ An MLE agent CLI with MCP (Model Context Protocol) integration and built-in tool
24
  ```bash
25
  # Clone the repository
26
  git clone git@github.com:huggingface/hf_agent.git
27
- cd hf-agent
28
  ```
29
 
30
  #### Install recommended dependencies
 
24
  ```bash
25
  # Clone the repository
26
  git clone git@github.com:huggingface/hf_agent.git
27
+ cd hf_agent
28
  ```
29
 
30
  #### Install recommended dependencies