Gildas 5 лет назад
Родитель
Сommit
9503ee76d5
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      cli/README.MD

+ 5 - 5
cli/README.MD

@@ -18,9 +18,9 @@ SingleFile can be launched from the command line by running it into a (headless)
   
   
     `cd SingleFile-master`
     `cd SingleFile-master`
   
   
-    `cd cli`
-      
     `npm install`
     `npm install`
+  
+    `cd cli`    
     
     
   - Download with `npm`
   - Download with `npm`
     
     
@@ -37,10 +37,10 @@ SingleFile can be launched from the command line by running it into a (headless)
     `git clone --depth 1 --recursive https://github.com/gildas-lormeau/SingleFile.git`
     `git clone --depth 1 --recursive https://github.com/gildas-lormeau/SingleFile.git`
   
   
     `cd SingleFile`
     `cd SingleFile`
+    
+    `npm install`
   
   
-    `cd cli`
-       
-    `npm install`        
+    `cd cli`           
   
   
 - Make `single-file` executable (Linux/Unix/BSD etc.).
 - Make `single-file` executable (Linux/Unix/BSD etc.).