Skip to content

Commit

Permalink
Add TLDR contributing guidance
Browse files Browse the repository at this point in the history
Supercedes #385.
Closes #373.
  • Loading branch information
kgryte committed Aug 13, 2021
1 parent 1861dae commit 45f6535
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,41 @@ The following external libraries can be automatically downloaded and compiled fr
## Contributing
See the [contributing guidelines][stdlib-contributing].
First time contributor?
- See the [contributing guidelines][stdlib-contributing].
Already an expert?
- Fork the repository.
- Clone the forked repository
```bash
$ git clone --depth=1 https://github.com/<username>/stdlib.git
```
where `<username>` is your GitHub username.
- Navigate to the `stdlib` directory
```bash
$ cd stdlib
```
- Install dependencies
```bash
$ make install-node-modules
```
- Initialize your stdlib development environment
```bash
$ make init
```
* * *
## License
Expand Down

0 comments on commit 45f6535

Please sign in to comment.