We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c9f0c commit 0c3a0aeCopy full SHA for 0c3a0ae
CONTRIBUTING.md
@@ -84,10 +84,10 @@ We use the following [labels](https://github.com/plotly/plotly.js/labels) to tra
84
[`package-lock.json`](https://docs.npmjs.com/files/package-lock.json) file is
85
used and updated correctly.
86
87
-#### Step 1: Clone the plotly.js repo and install its dependencies
+#### Step 1: Clone the plotly.js repo, download it and install dependencies
88
89
```bash
90
-git clone https://github.com/plotly/plotly.js.git
+git clone --depth 1 git@github.com:<your-GitHub-username>/plotly.js.git
91
cd plotly.js
92
npm install
93
```
0 commit comments