Update CONTRIBUTING.md
This commit is contained in:
parent
ff647b742d
commit
db995a9fea
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue