From 57537cf9749f085c2dc038ebb4610f4a3868ffd3 Mon Sep 17 00:00:00 2001 From: Awasum Yannick Date: Thu, 5 Mar 2020 20:10:47 +0100 Subject: [PATCH] Seperated dependencies into a bulleted list. (#3185) Earlier both dependencies were following each other in the same sentence. Now they are separated into a bulleted list. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f9ad9f36..bff0e14b 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ This is the default web application built on top of the MifosX platform for the 1. Ensure you have - ```npm``` installed - goto http://nodejs.org/download/ to download installer for your OS. - ```ruby``` installed - goto https://www.ruby-lang.org/en/documentation/installation/ to download latest version of ruby. + * ```npm``` installed - goto http://nodejs.org/download/ to download the installer for your OS. + * ```ruby``` installed - goto https://www.ruby-lang.org/en/documentation/installation/ to download the latest version of ruby.
Note: On Ubuntu Linux you can use 'sudo apt-get install npm nodejs-legacy' (nodejs-legacy is required to avoid the ""/usr/bin/env: node: No such file or directory" problem).
Tip: If you are using Ubuntu/Linux, then doing ```npm config set prefix ~``` prevents you from having to run npm as root. @@ -156,4 +156,4 @@ https://docs.google.com/document/d/1oXQ2mNojyDFkY_x4RBRPaqS-xhpnDE9coQnbmI3Pobw/ Please read the contribution guidelines -Note: This application will hit the demo server by default. \ No newline at end of file +Note: This application will hit the demo server by default.