README template
This commit is contained in:
parent
5c73551b81
commit
c9704709e6
23
README.md
Normal file
23
README.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# A single target C99 compiler
|
||||||
|
|
||||||
|
This compiler was born out of a need to be able to compile on ableOS
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
Use cargo to install CWasm.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cargo install --git https://git.ablecorp.us/able/CWasm
|
||||||
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
|
||||||
|
|
||||||
|
Please make sure to update tests as appropriate.
|
||||||
|
|
||||||
|
## License
|
||||||
|
[MIT](https://choosealicense.com/licenses/mit/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue