Nikola Kotur 3 лет назад
Родитель
Сommit
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>