tianbaoxiexxx commited on
Commit
38a4bf2
1 Parent(s): a142c52

cd after clone

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -19,6 +19,7 @@ The model is easy to use with **our customized** `sentence-transformer` library.
19
  ## Installation
20
  ```bash
21
  git clone https://github.com/HKUNLP/instructor-embedding
 
22
  cd sentence-transformers
23
  pip install -e .
24
  ```
 
19
  ## Installation
20
  ```bash
21
  git clone https://github.com/HKUNLP/instructor-embedding
22
+ cd instructor-embedding
23
  cd sentence-transformers
24
  pip install -e .
25
  ```