mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 17:45:47 +00:00
update README
This commit is contained in:
parent
3a8ad6f944
commit
2542e963a8
33
README.md
33
README.md
|
@ -18,13 +18,34 @@ Unicorn offers some unparalleled features:
|
|||
Further information is available at http://www.unicorn-engine.org
|
||||
|
||||
|
||||
Compilation
|
||||
-----------
|
||||
|
||||
See [COMPILE.TXT](COMPILE.TXT) file for how to compile and install Unicorn.
|
||||
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
This project is released under the [GPL license](COPYING).
|
||||
|
||||
|
||||
Compilation & Docs
|
||||
------------------
|
||||
|
||||
See [COMPILE.TXT](COMPILE.TXT) file for how to compile and install Unicorn.
|
||||
|
||||
More documentation is available in [docs/README](docs/README)
|
||||
|
||||
|
||||
Contact
|
||||
-------
|
||||
|
||||
Contact us via mailing list, email or twitter. More information is available
|
||||
at http://www.unicorn-engine.org/contact/
|
||||
|
||||
|
||||
Contribute
|
||||
----------
|
||||
|
||||
If you want to contribute, please pick up something from our Github issues
|
||||
at https://github.com/unicorn-engine/unicorn
|
||||
|
||||
We also maintain a TODO list at https://github.com/unicorn-engine/unicorn/wiki/TODO.
|
||||
|
||||
[CREDITS.TXT](CREDITS.TXT) lists important contributors of our project.
|
||||
|
||||
|
|
Loading…
Reference in a new issue