소스 검색

Merge branch 'master' of https://github.com/gildas-lormeau/SingleFile

Gildas 5 년 전
부모
커밋
e590cd44a9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      cli/README.MD

+ 2 - 2
cli/README.MD

@@ -26,9 +26,9 @@ SingleFile can be launched from the command line by running it into a (headless)
 
 - Run and mount a volume to get the saved file in the current directory
 
-  `docker run -v %cd%:/out singlefile "https://www.wikipedia.org"` (Windows)
+  `docker run -v %cd%:/out singlefile "https://www.wikipedia.org" wikipedia.html` (Windows)
 
-  `docker run -v $(pwd):/out singlefile "https://www.wikipedia.org"` (Linux/UNIX)
+  `docker run -v $(pwd):/out singlefile "https://www.wikipedia.org" wikipedia.html` (Linux/UNIX)
 
 
 - An alternative docker file can be found here https://github.com/screenbreak/SingleFile-dockerized. It allows you to save pages from the command line interface or through an HTTP server.