Update CONTRIBUTING.md

This commit is contained in:
1computer1 2020-01-03 05:25:58 -05:00
parent ff647b742d
commit db995a9fea

View file

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