Skip to content

Commit 177ffde

Browse files
committed
Add a TLDR for cloning
#373
1 parent e55458e commit 177ffde

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,14 @@ Otherwise, to install as a system library, follow the [download][stdlib-developm
199199
* * *
200200

201201
## Contributing
202+
TLDR:
203+
```bash
204+
git clone --depth=1 https://github.com/stdlib-js/stdlib.git # use your username instead of `stdlib-js`
205+
cd stdlib
206+
npm install
207+
```
202208

203-
See the [contributing guidelines][stdlib-contributing].
209+
For a complete guide, see the [contributing guidelines][stdlib-contributing].
204210

205211
## License
206212

0 commit comments

Comments
 (0)