Răsfoiți Sursa

In docs: Mention alternative to using make

JC Brand 11 ani în urmă
părinte
comite
848d502332
1 a modificat fișierele cu 9 adăugiri și 2 ștergeri
  1. 9 2
      docs/source/index.rst

+ 9 - 2
docs/source/index.rst

@@ -407,11 +407,18 @@ directory:
 
 
     make dev
     make dev
 
 
+Or alternatively, if you don't have GNU Make:
+
+::
+
+    npm install
+    bower update
+
 This will first install the Node.js development tools (like Grunt and Bower)
 This will first install the Node.js development tools (like Grunt and Bower)
 and then use Bower to install all of Converse.js's front-end dependencies.
 and then use Bower to install all of Converse.js's front-end dependencies.
 
 
 The front-end dependencies are those javascript files on which
 The front-end dependencies are those javascript files on which
-Converse.js directly depends and which will therefore be loaded in the browser.
+Converse.js directly depends and which will be loaded in the browser.
 
 
 If you are curious to know what the different dependencies are:
 If you are curious to know what the different dependencies are:
 
 
@@ -428,7 +435,7 @@ If you are curious to know what the different dependencies are:
     which contains all the front-end dependencies of Converse.js.
     which contains all the front-end dependencies of Converse.js.
     If this directory does NOT exist, something must have gone wrong.
     If this directory does NOT exist, something must have gone wrong.
     Double-check the output of ```make dev``` to see if there are any errors
     Double-check the output of ```make dev``` to see if there are any errors
-    listed.
+    listed. For support, you can write to the mailing list: conversejs@librelist.com
 
 
 
 
 With AMD and require.js (recommended)
 With AMD and require.js (recommended)