From 95686ed0b6ba8e54701e0abdc11645eac8a4bef1 Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavier.robin@unibas.ch>
Date: Mon, 19 May 2025 13:58:32 +0200
Subject: [PATCH] doc: give me the right command directly

---
 examples/scoring/README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/examples/scoring/README.md b/examples/scoring/README.md
index a606d2d9..2cd4098a 100644
--- a/examples/scoring/README.md
+++ b/examples/scoring/README.md
@@ -92,18 +92,17 @@ PDB format, ligands must be provided in SDF format.
 For complete documentation on using Docker with OpenStructure, 
 [click here](https://git.scicore.unibas.ch/schwede/openstructure/tree/master/docker).
 This section provides a quick-start guide to help you get up and running with scoring using Docker.
-Most docker installations require you to add `sudo` in front of the following commands.
 
 Get the latest Docker image from the OpenStructure registry:
 
 ```
-docker pull registry.scicore.unibas.ch/schwede/openstructure:latest
+sudo docker pull registry.scicore.unibas.ch/schwede/openstructure:latest
 ```
 
 run one of the scoring examples, other examples need to be adapted accordingly:
 
 ```
-docker run --rm -v $(pwd):/home registry.scicore.unibas.ch/schwede/openstructure:latest compare-structures -m model.pdb -r reference.cif.gz --lddt --local-lddt --qs-score
+sudo docker run --rm -v $(pwd):/home registry.scicore.unibas.ch/schwede/openstructure:latest compare-structures -m model.pdb -r reference.cif.gz --lddt --local-lddt --qs-score
 ```
 
 # Singularity
-- 
GitLab