aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2024-04-17 15:43:26 +0200
committerThomas White <taw@physics.org>2024-04-17 15:43:26 +0200
commit0fc2bf21ac356ed63e799b9fef36db0e26505d20 (patch)
treea402704e18ee722afa42f9a291352b9b13e15532
parent5d2470908016d64b449eda5f010d8e24db62fc73 (diff)
INSTALL.md: Fix link to crystfel.rb
Needs to be a raw download.
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 6be1a1ac..81ce24d8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -69,7 +69,7 @@ To install the development version of CrystFEL using
[crystfel.rb](https://gitlab.desy.de/thomas.white/crystfel/-/blob/master/crystfel.rb)
from the Git repository, and use `brew install`:
```
-$ wget https://gitlab.desy.de/thomas.white/crystfel/-/blob/master/crystfel.rb
+$ wget https://gitlab.desy.de/thomas.white/crystfel/-/raw/master/crystfel.rb
$ brew install -v -s ./crystfel.rb --HEAD
```
Omit `--HEAD` to install the latest stable version.