Skip to content

Commit 9e09aaa

Browse files
Update define-run-scoring-algorithm.rst
1 parent 450c4b9 commit 9e09aaa

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/commons/fair/tutorials/define-run-scoring-algorithm.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,19 +201,16 @@ To run assessments on multiple digital objects you can use the
201201
**benchmark runner** application.
202202

203203
1. Clone the repository::
204-
205-
https://github.com/cessda/cessda.cmv.benchmark-runner
204+
https://github.com/cessda/cessda.cmv.benchmark-runner
206205

207206
2. Build the application::
208-
209-
mvn compile
207+
mvn compile
210208

211209
3. Edit the ``guids.txt`` file so that it contains the GUIDs of the
212210
digital objects to be assessed.
213211

214212
4. Run the application using::
215-
216-
mvn exec:java -Dexec.args=<algorithm-URL>
213+
mvn exec:java -Dexec.args=<algorithm-URL>
217214

218215
where ``<algorithm-URL>`` is the URL of your registered Benchmark
219216
algorithm.

0 commit comments

Comments
 (0)