Skip to content

Commit 45bf842

Browse files
authored
Merge pull request #49 from softcite/jameshowison-patch-2
Add needed cd after git clone for source build instructions
2 parents eff7ed9 + 46e6f2f commit 45bf842

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,10 @@ Under the installed and built `grobid/` directory, clone the present module soft
141141
```console
142142
cd grobid/
143143
git clone https://github.com/softcite/software-mentions
144+
cd software-mentions
144145
```
145146

146-
Copy the provided pre-trained models in the standard grobid-home path:
147+
Copy the provided pre-trained models into the standard grobid-home path:
147148

148149
```console
149150
./gradlew copyModels

0 commit comments

Comments
 (0)