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.
This commit is contained in:
Awasum Yannick 2020-03-05 20:10:47 +01:00 committed by GitHub
parent b427ba65b7
commit 57537cf974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
<br/> 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).
<br/> 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 <a href="https://github.com/openMF/community-app/blob/develop/Contributing.md" >contribution guidelines</a>
Note: This application will hit the demo server by default.
Note: This application will hit the demo server by default.