Skip to content

Commit

Permalink
Fixed formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc authored Mar 21, 2017
1 parent f974753 commit 8631410
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Having a Node.js backend server allows us to do the following:
* **lookup-import** - Utility to import lookup lists from the frontend.
* **merge-conflicts** - Checks for couchdb conflicts and resolves using a strategy of accepting the last change at a field level.

##Installation
## Installation
1. Make sure you have installed [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
2. Make sure you have installed [Node.js 4.x](https://nodejs.org/en/download/) https://nodejs.org/en/download/
3. Clone this repo with `git clone https://github.com/HospitalRun/hospitalrun-server`
Expand Down Expand Up @@ -54,8 +54,7 @@ Having a Node.js backend server allows us to do the following:
```
/utils/elasticsearch.sh hradmin password
```
##Inventory Import
## Inventory Import
There is a utility located under utils/inv-import.js that will allow you to import inventory from a CSV. To use it, run the following command
`node utils/inv-import.js file.csv YYYY-MM-DD`, eg `node utils/inv-import.js file.csv 2015-12-31`
Expand Down

0 comments on commit 8631410

Please sign in to comment.