mirror of
https://github.com/mattrberry/crab.git
synced 2025-02-11 20:48:40 +01:00
initial minimum readme information
This commit is contained in:
parent
b026160553
commit
e94754ca06
1 changed files with 5 additions and 9 deletions
14
README.md
14
README.md
|
@ -1,22 +1,18 @@
|
||||||
# crab
|
# crab
|
||||||
|
|
||||||
TODO: Write a description here
|
A very rough start to a Game Boy Advance emulator in Crystal Lang. The long-term goal is simply playability of popular titles. The name of the project come from the emudev discord, where "crab" was suggested for "Crystal Advanced Boy." Close enough.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
TODO: Write installation instructions here
|
At the moment, a `shards install` is all that's required.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
TODO: Write usage instructions here
|
This is not in a functional state. As arm instructions are being implemented, you can print the trace by compiling with `-Dtrace` or print logs by compiling with `-Dlog`. Next, simply provide the executable with the path to your rom.
|
||||||
|
|
||||||
## Development
|
|
||||||
|
|
||||||
TODO: Write development instructions here
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
1. Fork it (<https://github.com/your-github-user/crab/fork>)
|
1. Fork it (<https://github.com/mattrberry/crab/fork>)
|
||||||
2. Create your feature branch (`git checkout -b my-new-feature`)
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
||||||
3. Commit your changes (`git commit -am 'Add some feature'`)
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
||||||
4. Push to the branch (`git push origin my-new-feature`)
|
4. Push to the branch (`git push origin my-new-feature`)
|
||||||
|
@ -24,4 +20,4 @@ TODO: Write development instructions here
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
- [your-name-here](https://github.com/your-github-user) - creator and maintainer
|
- [Matthew Berry](https://github.com/mattrberry) - creator and maintainer
|
||||||
|
|
Loading…
Add table
Reference in a new issue