File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ Python 3.6 or later. You can install Python from [https://www.python.org/](http
15151 . To install this package, run: ` pip3 install cloudinary-cli `
16162 . To make all your ` cld ` commands point to your Cloudinary account, set up your CLOUDINARY\_ URL environment variable. For example:
1717 * On Mac or Linux:<br >` export CLOUDINARY_URL=cloudinary://123456789012345:abcdefghijklmnopqrstuvwxyzA@cloud_name `
18- * On Windows:<br >` set CLOUDINARY_URL=cloudinary://123456789012345:abcdefghijklmnopqrstuvwxyzA@cloud_name `
18+ * On Windows (cmd.exe):<br >` set CLOUDINARY_URL=cloudinary://123456789012345:abcdefghijklmnopqrstuvwxyzA@cloud_name `
19+ * On Windows (PowerShell):<br >` $Env:CLOUDINARY_URL="cloudinary://123456789012345:abcdefghijklmnopqrstuvwxyzA@cloud_name" `
1920
2021_ ** Note:** you can copy and paste your account environment variable from the Account Details section of the Dashboard page in the Cloudinary console._
2122
You can’t perform that action at this time.
0 commit comments