Sfoglia il codice sorgente

update instructions

Gildas 5 anni fa
parent
commit
4398969c14
1 ha cambiato i file con 9 aggiunte e 5 eliminazioni
  1. 9 5
      cli/README.MD

+ 9 - 5
cli/README.MD

@@ -6,16 +6,20 @@ SingleFile can be launched from the command line by running it into a (headless)
   
 ## Installation with Docker
 
-- Build
-
-  `docker build --no-cache -t singlefile .`
-
-- Pull from Docker Hub
+- Installation from Docker Hub
 
   `docker pull capsulecode/singlefile`
   
   `docker tag capsulecode/singlefile singlefile`
   
+- Manual installation
+
+  `git clone --depth 1 --recursive https://github.com/gildas-lormeau/SingleFile.git`
+  
+  `cd SingleFile/cli`
+
+  `docker build --no-cache -t singlefile .`
+
 - Run
 
   `docker run singlefile "https://www.wikipedia.org"`