Skip to content

Commit 1db686d

Browse files
committed
Added SSL note for Win users
1 parent b48e74f commit 1db686d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pages/guides/getting_started/quickstart.md

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ npx @adobe/create-ccweb-add-on hello-world --template javascript
4242

4343
This command will create a new add-on based on a basic `javascript` template. See the [Templates section](dev_tooling.md#templates) in the **Development Tools** page for more details on the built-in templates available with the [Adobe Express add-on CLI](#cli).
4444

45+
46+
**For Windows Users:** If you're using the CLI in the terminal, you'll need to add `openssl` to the `path` under Environment Variables. If `git` is installed, `openssl` can be found at `C:\Program >Files\Git\usr\bin`. Otherwise, you can download `git` from https://git-scm.com/downloads, and add the directory location to the `path` variable in your Environment Variables.
47+
48+
49+
4550
<InlineAlert slots="text" variant="success"/>
4651

4752
`npx` is an `npm` package runner that can execute packages without installing them explicitly.

0 commit comments

Comments
 (0)