Home.md
... ...
@@ -56,7 +56,22 @@ Overrides use this shell variable: SAMTOOLS_X
56 56
#### Use a specific version of a title
57 57
58 58
```
59
-$ export SAMTOOLS_X=1.12
59
+
60
+On Linux machines use TITLE_X:
61
+
62
+ $ export SAMTOOLS_X=1.12
63
+ $ samtools
64
+
65
+Program: samtools (Tools for alignments in the SAM format)
66
+Version: 1.12 (using htslib 1.12)
67
+
68
+On Macs use TITLE_M:
69
+
70
+$ export SAMTOOLS_M=1.12
71
+$ samtools
72
+
73
+Program: samtools (Tools for alignments in the SAM format)
74
+Version: 1.12 (using htslib 1.12)
60 75
61 76
```
62 77