From 46e6f2fced3d4c6119896e845718df6ebeda7794 Mon Sep 17 00:00:00 2001 From: James Howison Date: Mon, 15 Sep 2025 09:22:26 -0500 Subject: [PATCH] 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). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e79bd77..c9bacbcb 100644 --- a/README.md +++ b/README.md @@ -141,9 +141,10 @@ Under the installed and built `grobid/` directory, clone the present module soft ```console cd grobid/ git clone https://github.com/softcite/software-mentions +cd software-mentions ``` -Copy the provided pre-trained models in the standard grobid-home path: +Copy the provided pre-trained models into the standard grobid-home path: ```console ./gradlew copyModels