From 177ffde1c4a28c46e2beb9f89c4e8bf6bac32e05 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Thu, 11 Mar 2021 04:43:15 -0600 Subject: [PATCH] Add a TLDR for cloning https://github.com/stdlib-js/stdlib/issues/373 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7a9f5c47579..d7a7103236b2 100644 --- a/README.md +++ b/README.md @@ -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