Переглянути джерело

added instructions to use git to clone the repository

Former-commit-id: aa21be4c20119aae1ac79c4a12ae520d4394618b
Gildas 6 роки тому
батько
коміт
84e1b55539
1 змінених файлів з 8 додано та 4 видалено
  1. 8 4
      cli/README.MD

+ 8 - 4
cli/README.MD

@@ -16,14 +16,18 @@ This is a **work in progress**.
 
 
 - Install [Node.js](https://nodejs.org)
 - Install [Node.js](https://nodejs.org)
 
 
-- Unzip the [master archive](https://github.com/gildas-lormeau/SingleFile/archive/master.zip) somewhere on your disk in an empty folder.
+- Unzip the [master archive](https://github.com/gildas-lormeau/SingleFile/archive/master.zip) somewhere on your disk in an empty folder and go into the `SingleFile-master/cli` directory.
 
 
   `$ unzip master.zip .`
   `$ unzip master.zip .`
-
-- Go into the `cli` directory.
-
+  `$ cd SingleFile-master`
   `$ cd cli`
   `$ cd cli`
   
   
+- As an alternative to decompressing the master archive, you can clone the repository if git is installed on your machine and go into the `SingleFile/cli` directory.
+
+  `git clone https://github.com/gildas-lormeau/SingleFile.git`
+  `$ cd SingleFile`
+  `$ cd cli`
+
 - Install dependencies with npm (installed with Node.js).
 - Install dependencies with npm (installed with Node.js).
 
 
   `$ npm install`
   `$ npm install`