Skip to content

Commit c6f9dbe

Browse files
nagpalm7darkwing
authored andcommitted
Update Getting Setup Docs (firefox-devtools#8065)
1 parent ead36c0 commit c6f9dbe

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

assets/dictionary.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,5 @@ Zur's
213213
TravisCI
214214
Homebrew
215215
30-60minutes
216-
myScriptFunction
216+
myScriptFunction
217+
strict-ssl

docs/getting-setup.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ Here's a [screenshot][done-screenshot].
6161

6262
You can either try to [start Firefox manually](#starting-firefox), or you can get help by commenting on [this issue](https://github.com/firefox-devtools/debugger/issues/1341).
6363

64+
**What should I do if am unable to see icons on debugger?**
65+
66+
Install packages using `yarn install`
67+
68+
If the certificate is unable to be verified, you can open set strict-ssl to false. You should be able to configure this by running:
69+
70+
`yarn config set "strict-ssl" false -g` then run `yarn install`
71+
6472
### Next Steps
6573

6674
Try our official getting started activity [_Debugging the Debugger_](./debugging-the-debugger.md)!

0 commit comments

Comments
 (0)