From a2ffb54c65a62bc441dfc60c1577aed030844ee0 Mon Sep 17 00:00:00 2001 From: dcuccia Date: Thu, 30 Dec 2021 18:24:48 -0800 Subject: [PATCH] Update global tool CLI name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d79d75..d003769 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The Google Photos CLI is distributed as a [.NET Core Global Tool](https://docs.m - Follow [these instructions](https://github.com/f2calv/CasCap.Apis.GooglePhotos#google-photos-api-set-up) to set-up OAuth login details. - Download and install either the [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1) or [.NET 5.0 SDK](https://dotnet.microsoft.com/download/dotnet/5.0). -- From a command line shell install the tool `dotnet tool update --global CasCap.GooglePhotosCli` +- From a command line shell install the tool `dotnet tool update --global googlephotos` Now check the tool is installed by entering `googlephotos` at a shell.