Przeglądaj źródła

added instructions to use git to clone the repository

Former-commit-id: aa21be4c20119aae1ac79c4a12ae520d4394618b
Gildas 6 lat temu
rodzic
commit
84e1b55539
1 zmienionych plików z 8 dodań i 4 usunięć
  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)
 
-- 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 .`
-
-- Go into the `cli` directory.
-
+  `$ cd SingleFile-master`
   `$ 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).
 
   `$ npm install`