Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
add human-readable timestamp description
  • Loading branch information
李聪 authored Nov 10, 2017
1 parent b3ab718 commit 62a9e2e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Curve is originally developed by Baidu and Tsinghua Netman Lab.

### Install dependencies and build*

Make sure bash, `python2.7+ with pip` and `nodejs with npm` are already installed. Then run the build script. It will install all the dependenceis and build Curve.
Make sure `bash`, `python2.7+ with pip` and `nodejs with npm` are already installed. Then run the build script. It will install all the dependenceis and build Curve.

```bash
./build.sh
Expand Down Expand Up @@ -65,6 +65,13 @@ Some examples of valid CSV
|1476460860|2704.65|
|1476460920|2700.05|

* Timestamp in human-readable format

|20161015000000|2566.35|
|---|---|
|20161015000100|2704.65|
|20161015000200|2700.05|


## Test

Expand Down

0 comments on commit 62a9e2e

Please sign in to comment.