mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
pkg: relocate package files
This commit is contained in:
parent
5e400cb782
commit
98782b0a17
2 changed files with 12 additions and 10 deletions
|
@ -8,11 +8,11 @@ In the example of NodeJS, we would call this `node`, after the main binary.
|
|||
|
||||
## Creating new languages
|
||||
|
||||
See [deno-1.7.5/](deno-1.7.5/) or any other directory for examples.
|
||||
See [deno/1.7.5/](deno/1.7.5/) or any other directory for examples.
|
||||
|
||||
1. Create a new branch on your fork of engineer-man/piston
|
||||
|
||||
2. Create a directory named `[language]-[version]`. See Naming Languages for how to determine the name for your language
|
||||
2. Create directories named `[language]/[version]`. See Naming Languages for how to determine the name for your language
|
||||
|
||||
3. Create a file named `build.sh`, adding a shebang for bash `#!/bin/bash` on the first line.
|
||||
In this file put any steps to compile the specified langauge.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue