From 969bd8bd9990d6806029f61acfcde54b6a7cbdf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hern=C3=A1n=20Asorey?= <asoreyh@gmail.com> Date: Wed, 19 Jul 2017 00:15:19 -0300 Subject: [PATCH] Minor changes in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a6abd6..ab103ee 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Please report any installation problems please [email us](mailto:lago@lagoprojec The detector geometry is defined in the <kbd>src/Constants.h</kbd> file. A symbolink link named <kbd>configs.h</kbd> is provided. To modify just edit this file: ```bash -vim configs.h</kbd> +vim configs.h ``` and modify it by changing the values of STATION_RADIUS, STATION_HEIGHT and the number and position of PMTs (NPM X_PM and Y_PM). For example, for one of our detectors deployed at the LAGO Bariloche site, the configuring block is: -- GitLab