Skip to content

Commit eb0f964

Browse files
committed
Update readme.md
1 parent 166ff10 commit eb0f964

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
# Notes form nature
2-
1+
# Notes from Nature
32

43
## Setup
54

6-
- Install node.js
5+
- Install node.js and coffeescript
76
- Clone this repo
8-
- Navigate to the repo
9-
- Run npm -install .
10-
- Run npm -install hem@beta
11-
- type hem server
12-
- navigate to http://0.0.0.0:9294
13-
- take some notes from nature !
7+
- Navigate to the repo
8+
- Run the following:
9+
10+
```
11+
npm install .
12+
coffee build.coffee
13+
hem server
14+
```
15+
16+
- Navigate to http://0.0.0.0:9294

0 commit comments

Comments
 (0)