Просмотр исходного кода

formatting

Former-commit-id: b2e7df7272dc3d38ce6f5372eb7531fdf7ff29ed
Gildas 6 лет назад
Родитель
Сommit
2649042caf
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      cli/README.MD

+ 5 - 1
cli/README.MD

@@ -19,13 +19,17 @@ This is a **work in progress**.
 - 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 .`
+  
   `$ 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.
+- 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).