소스 검색

Docker in crontab detail

Nikola Kotur 3 년 전
부모
커밋
0427ce2939
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ On the other hand, if you are not experienced with Python you can use Docker. Cl
 docker build -t ynrc .
 ```
 
-Afterwards you can run YNRC (or add it to your crontab) as simple as:
+Afterwards you can run YNRC (or add it to your crontab, but remove `--it` parametar in case you do) as simple as:
 
 ```
 docker run -it --rm ynrc weekly_report --ynab-api-key <add the rest of command line options, see --help>