Skip to content

Commit 156b144

Browse files
committed
makefile commands in readme
1 parent a31fc3f commit 156b144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ Download the source:
5353
Build it
5454

5555
npm install
56-
grunt compile
56+
make
5757

5858
Run a server with the following command:
5959

6060
cd acorn-player
61-
python -m SimpleHTTPServer
61+
make watch
6262

6363
See it at [http://localhost:8000/static/player.html](http://localhost:8000/static/player.html)
6464

0 commit comments

Comments
 (0)