Update README.md
This commit is contained in:
parent
3bf4aaf964
commit
2bf33a14b8
1 changed files with 9 additions and 5 deletions
14
README.md
14
README.md
|
@ -1,15 +1,19 @@
|
|||
# porymap
|
||||
# Porymap
|
||||
|
||||
[![Actions Status](https://github.com/huderlem/porymap/workflows/Build%20Porymap/badge.svg)](https://github.com/huderlem/porymap/actions)
|
||||
|
||||
A map editor for the generation 3 decompilation projects using Qt.
|
||||
A map editor for the Pokémon generation 3 decompilation projects ([pokeruby][pokeruby], [pokeemerald][pokeemerald], and [pokefirered][pokefirered]).
|
||||
|
||||
Currently supports [pokeruby][pokeruby], [pokeemerald][pokeemerald], and [pokefirered][pokefirered].
|
||||
|
||||
Documentation: https://huderlem.github.io/porymap/
|
||||
To get started, view the full online guide here: https://huderlem.github.io/porymap/
|
||||
|
||||
View the [Changelog][changelog] to see what's new, and download the latest version from the [Releases][releases].
|
||||
|
||||
![Porymap Preview](docsrc/manual/images/introduction/porymap-loaded-project.png)
|
||||
|
||||
## Local Development
|
||||
|
||||
Read [INSTALL.md](INSTALL.md) for instructions on how to compile Porymap from source. If you simply want to use Porymap, download the latest version from the [Releases][releases].
|
||||
|
||||
[pokeruby]: https://github.com/pret/pokeruby
|
||||
[pokeemerald]: https://github.com/pret/pokeemerald
|
||||
[pokefirered]: https://github.com/pret/pokefirered
|
||||
|
|
Loading…
Reference in a new issue