From 9ab535ece78ff503d12ccdfd23f6ac86ebaed06c Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Thu, 9 May 2024 23:36:42 +0300 Subject: [PATCH] update front README.md to mention credits + change wording and remove "my", "I", etc... --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6f911266..cf3684d2 100644 --- a/README.md +++ b/README.md @@ -5,27 +5,33 @@ Fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator :red_circle: -**This fork is not a takover, not a resurreccion of the original project, and not a replacement.** -**This is just a personal fork, don't take it seriously.** +**This fork is not a takeover, not a resurrection of the original project, and not a replacement.** +**This is just a fork, don't take it seriously.** **You are highly encouraged to fork/clone it and do whatever you want with it.** -**Don't depend on it as the main source.** :red_circle: --- +## **Credits** +Thanks to everyone contributing to this project in any way possible, we try to keep the [CHANGELOG.md](./CHANGELOG.md) updated with all the changes and their authors. + +This project depends on many third-party libraries and tools, credits to them for their amazing work, you can find their listing here in [CREDITS.md](./CREDITS.md). + +--- + ## Original README You can find the original README here: [README.md](./z_original_repo_files/README.md) --- # How to use the emu -**Always generate the interfaces file using the `find_interfaces` tool.** -**Generate the proper app configuration using the `generate_emu_config` tool.** -**If it doesn't work try the `ColdClientLoader` setup.** +* **Always generate the interfaces file using the `find_interfaces` tool.** +* **Generate the proper app configuration using the `generate_emu_config` tool.** +* **If things don't work, try the `ColdClientLoader` setup.** You can find helper guides, scripts, and tools here in this wiki: https://github.com/otavepto/gbe_fork/wiki/Emu-helpers -You can find instructions here: [README.release.md](./post_build/README.release.md) +You can also find instructions here in [README.release.md](./post_build/README.release.md) --- ---