diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 469338b..b2a695f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,10 +4,9 @@ ## Adding New Languages -To add a new language, add the following things: -- `docker/language/Dockerfile` -- `docker/language/run.sh` -- `src/languages/language.js` +To add a new language: +- Add a new language over at [Myriad](https://github.com/1Computer1/myriad). +- Add the names of the language in `Myriad.js`, in this repository. You can view the existing files for examples. Remember to update the README with information about this language.