Edited Makefile to reflect node requirement

waldyrious/alt-syntax
Ruben Vereecken 2016-01-13 15:27:29 +01:00
parent 5821dc9a87
commit cdb67c8145
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ prerequisites:
@echo "TL;DR:"
@echo "1. Install Ruby suitable for your system"
@echo "2. Run 'gem install bundler'"
@echo "3. Install npm for your system"
@echo "3. Install node 5.x"
@echo "4. Install npm"
@echo
hooks: