Skip to content

Add a TLDR for cloning #385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,14 @@ Otherwise, to install as a system library, follow the [download][stdlib-developm
* * *

## Contributing
TLDR:
```bash
git clone --depth=1 https://github.com/stdlib-js/stdlib.git # use your username instead of `stdlib-js`
cd stdlib
npm install
```

See the [contributing guidelines][stdlib-contributing].
For a complete guide, see the [contributing guidelines][stdlib-contributing].

## License

Expand Down