mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 18:55:24 +02:00
Edited Makefile to reflect node requirement
This commit is contained in:
parent
5821dc9a87
commit
cdb67c8145
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue