From ae86104b9f77f846aa8c42a4d54afe232b8d5924 Mon Sep 17 00:00:00 2001 From: Seiya Hayakawa Date: Tue, 21 Jun 2022 01:51:57 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cdd2a42..4117877 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ It requires ENEWZ energy loss calculation program. | 002 | cell | # How to make -* The enewz program should be installed inadvance. -* The path of the enewz library (libenewzlib.a) should be specified. -* The path of libstdc++.a should be specified. +- The enewz program should be installed inadvance. + - http://www.cns.s.u-tokyo.ac.jp/gitlab/hayakawa/enewz-energy-loss-calculator.git +- The path of the enewz library (libenewzlib.a) should be specified. +- The path of libstdc++.a should be specified. Then, just ```console -- GitLab