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
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue