From 4f2b880adc12bdd9182695bcba2e77a501fa7d6c Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavier.robin@unibas.ch> Date: Mon, 19 May 2025 09:10:24 +0200 Subject: [PATCH] doc: better point to online doc --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 115050ca..7cec7786 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,15 @@ singularity run --app OST ost.img test.py ### Build from source OpenStructure is developed and tested across various Linux distributions. -You can find detailed build instructions and a list of required dependencies here: -https://openstructure.org/docs/install/ +You can find [detailed build instructions and a list of required dependencies +in the online documentation](https://openstructure.org/docs/install/). ## Getting started -The installation and container instructions will help you set up -OpenStructure for scripting. Additionally, here are some advanced -use cases worth highlighting. +Once you have OpenStructure installed, check out the [online +documentation](https://openstructure.org/docs/). + +Additionally, here are some advanced use cases worth highlighting. ### Benchmarking and Scoring -- GitLab