From 12c77c645656b497fab70d81b98ad9e7b88b28cc Mon Sep 17 00:00:00 2001 From: Zaher Salman Date: Tue, 8 Jun 2021 14:14:07 +0000 Subject: [PATCH 1/2] Readme.md edited online with Bitbucket --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index ea459d9..dbdad09 100644 --- a/Readme.md +++ b/Readme.md @@ -25,9 +25,10 @@ Install gfortran compiler, then: This will install the `trimspNL` in `/usr/local/bin`. ### Running the GUI ### -Install Node.js and Electron, then +Install Node.js (nodejs, nodejs-libs and npm), then cd trimsp + npm install npm start ### Contact ### From 1369acb012b96576a20271e84031d544e2bfee3e Mon Sep 17 00:00:00 2001 From: Zaher Salman Date: Tue, 8 Jun 2021 14:24:39 +0000 Subject: [PATCH 2/2] Readme.md edited online with Bitbucket --- Readme.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index dbdad09..5fd58bb 100644 --- a/Readme.md +++ b/Readme.md @@ -10,11 +10,12 @@ This is the fortran source code and GUI of TrimSP Monte-Carlo simulations. * The binary (statically linked) from the fortran code is also included. * RPM and DEB packages are also included -### Supported platforms: ### +### Supported platforms ### * Linux -### Fortran code compilation: ### +### Installation ### +###### Fortran code compilation ###### Install gfortran compiler, then: @@ -22,15 +23,18 @@ Install gfortran compiler, then: make make install -This will install the `trimspNL` in `/usr/local/bin`. +This will install the `trimspNL` in `/usr/local/bin`, but can be moved to any other directory in your `PATH`. + +###### Running the GUI ###### -### Running the GUI ### Install Node.js (nodejs, nodejs-libs and npm), then cd trimsp npm install npm start +You do not need to run `npm install` every time. Next time you can simply run `npm start` only. + ### Contact ### Zaher Salman