chore: Add note about required dev tools (#1467)

This commit is contained in:
Arend van Beelen jr 2021-03-12 16:08:24 +01:00 committed by GitHub
parent 06cb4b89cb
commit a90368372f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,8 @@ passes the test-suite at all times.
Your basic steps to get going:
- Fork swc and create a branch from master for the issue you are working on.
- Make sure you have the `make` utility installed, along with Rust and C/C++
compilers.
- Please adhere to the code style that you see around the location you are
working on.
- [Commit as you go][githelp].