浏览代码

[tools] Make less command compatible with Ubuntu

Romain Rigaux 10 年之前
父节点
当前提交
834200e
共有 2 个文件被更改,包括 10 次插入2 次删除
  1. 2 2
      tools/ace-editor/README-HUE
  2. 8 0
      tools/bootplus/README-HUE

+ 2 - 2
tools/ace-editor/README-HUE

@@ -1,8 +1,8 @@
 For dev
 
 Install
-* nodejs
+* nodejs / nodejs-legacy (Ubuntu)
 * npm
 
-Then
+Then from this directory
 npm install

+ 8 - 0
tools/bootplus/README-HUE

@@ -0,0 +1,8 @@
+For dev
+
+Install from this dir:
+
+npm install less recess
+
+If Ubuntu:
+sudo apt-get install nodejs-legacy