Skip to content

Commit 46e6f2f

Browse files
authored
Add needed cd after git clone
Building this morning to test instructions, I found that I had to use `cd software-mentions` after clone. This was confusing, even though this is standard, because the next command mentions `standard grobid-home path` so I thought I had to run the `gradelew` commands from `../software-mentions` (ie the one level up `grobid` directory).
1 parent eff7ed9 commit 46e6f2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)