Browse Source

[tools] Make less command compatible with Ubuntu

Romain Rigaux 10 năm trước cách đây
mục cha
commit
834200e816
2 tập tin đã thay đổi với 10 bổ sung2 xóa
  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