Browse Source

README update

Florian 1 week ago
parent
commit
a8c5c8a140
1 changed files with 4 additions and 2 deletions
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -1,9 +1,13 @@
 # StageRackHTMLtoPDF
 # StageRackHTMLtoPDF
 
 
+Small nodejs utility to convert HTML page to a PDF document
+
 ## Installation
 ## Installation
 
 
 - Install nodejs
 - Install nodejs
 
 
+- git clone https://floriananaya.pro/git/florian/StageRackHTMLtoPDF
+
 - npm install
 - npm install
 
 
 ## Run
 ## Run
@@ -11,5 +15,3 @@
 node main.js Address File
 node main.js Address File
 
 
 node main.js http://localhost:8000/ C:\Users\Florian\Documents\document.mdf
 node main.js http://localhost:8000/ C:\Users\Florian\Documents\document.mdf
-
-