From 7fa7bfa53f5755a19c5cec598de1c4d52806d43f Mon Sep 17 00:00:00 2001 From: STAM Date: Fri, 23 Sep 2022 18:22:49 +0300 Subject: [PATCH] readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17f6c59..f4a5e9b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Options: ### Download or update all local archive ``` -PS> .\atlassian-downloader.exe --output-dir "P:\Atlassian" +PS> .\atlassian-downloader.exe --output-dir "P:\Atlassian" or bash# ./atlassian-downloader --output-dir "/mnt/nfs/atlassian" ``` @@ -59,7 +59,8 @@ If you already have some folders at output path, they will be ignored and not be ### Show only urls from jsons ``` -PS> .\atlassian-downloader.exe --action ListURLsor +PS> .\atlassian-downloader.exe --action ListURLs +or bash# ./atlassian-downloader --action ListURLs ```