From 36fd3334fec11fa94e27005104a1cbcf6f86c692 Mon Sep 17 00:00:00 2001 From: Hongyan Zhao <58335042+Kristy-an@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:21:53 -0500 Subject: [PATCH 1/2] Change copy command into get in the example to avoid confusion --- docs/pages/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/install.mdx b/docs/pages/install.mdx index 69e6cb9be..4781340b8 100644 --- a/docs/pages/install.mdx +++ b/docs/pages/install.mdx @@ -103,7 +103,7 @@ The server components require `xrootd-server >= 5.6.3` because of some of the pa 2. Test Pelican client function by running an **object copy** command that downloads a test file from [Open Science Data Federation (OSDF)](https://osg-htc.org/services/osdf) to your current directory ```bash - $ pelican object copy pelican://osg-htc.org/ospool/uc-shared/public/OSG-Staff/validation/test.txt . + $ pelican object get pelican://osg-htc.org/ospool/uc-shared/public/OSG-Staff/validation/test.txt . test.txt 14.00b / 14.00b [=============================================================================================] Done! ``` From e619bad460f14c1e99a70083771ccd11a333ea8e Mon Sep 17 00:00:00 2001 From: Hongyan Zhao <58335042+Kristy-an@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:07:02 -0500 Subject: [PATCH 2/2] Update install.mdx --- docs/pages/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/install.mdx b/docs/pages/install.mdx index 4781340b8..daf680ba1 100644 --- a/docs/pages/install.mdx +++ b/docs/pages/install.mdx @@ -100,7 +100,7 @@ The server components require `xrootd-server >= 5.6.3` because of some of the pa C:\Program Files\Pelican\pelican.exe ``` -2. Test Pelican client function by running an **object copy** command that downloads a test file from [Open Science Data Federation (OSDF)](https://osg-htc.org/services/osdf) to your current directory +2. Test Pelican client function by running an **object get** command that downloads a test file from [Open Science Data Federation (OSDF)](https://osg-htc.org/services/osdf) to your current directory ```bash $ pelican object get pelican://osg-htc.org/ospool/uc-shared/public/OSG-Staff/validation/test.txt .