README: point to the new GitHub repo

This commit is contained in:
Leandro Doctors
2022-04-16 03:14:38 -03:00
parent cc0ef6d03a
commit b44a8fa4a8

View File

@@ -1,8 +1,8 @@
# Forge # Forge
[Official GitLab repo](https://git.cardforge.org/core-developers/forge). [Official repo](https://github.com/Card-Forge/forge.git).
Dev instructions here: [Getting Started](https://git.cardforge.org/core-developers/forge/-/wikis/(SM-autoconverted)-how-to-get-started-developing-forge) (Somewhat outdated) Dev instructions here: [Getting Started](https://github.com/Card-Forge/forge/wiki) (Somewhat outdated)
Discord channel [here](https://discord.gg/fWfNgCUNRq) Discord channel [here](https://discord.gg/fWfNgCUNRq)
@@ -13,14 +13,14 @@ Discord channel [here](https://discord.gg/fWfNgCUNRq)
- Git - Git
- Git client (optional) - Git client (optional)
- Maven - Maven
- Gitlab account - GitHub account
- Libgdx (optional: familiarity with this library is helpful for mobile platform development) - Libgdx (optional: familiarity with this library is helpful for mobile platform development)
- Android SDK (optional: for Android releases) - Android SDK (optional: for Android releases)
- RoboVM (optional: for iOS releases) (TBD: Current status of support by libgdx) - RoboVM (optional: for iOS releases) (TBD: Current status of support by libgdx)
## Project Quick Setup ## Project Quick Setup
- Log in to gitlab with your user account and fork the project. - Login into GitHub with your user account and fork the project.
- Clone your forked project to your local machine - Clone your forked project to your local machine
@@ -32,13 +32,13 @@ Eclipse includes Maven integration so a separate install is not necessary. For
### Project Setup ### Project Setup
- Follow the instructions for cloning from Gitlab. You'll need a Gitlab account setup and an SSH key defined. - Follow the instructions for cloning from GitHub. You'll need to setup an account and your SSH key.
If you are on a Windows machine you can use Putty with TortoiseGit for SSH keys. Run puttygen.exe to generate the key -- save the private key and export If you are on a Windows machine you can use Putty with TortoiseGit for SSH keys. Run puttygen.exe to generate the key -- save the private key and export
the OpenSSH public key. If you just leave the dialog open, you can copy and paste the key from it to your Gitlab profile under the OpenSSH public key. If you just leave the dialog open, you can copy and paste the key from it to your GitHub profile under
"SSH keys". Run pageant.exe and add the private key generated earlier. TortoiseGit will use this for accessing Gitlab. "SSH keys". Run pageant.exe and add the private key generated earlier. TortoiseGit will use this for accessing GitHub.
- Fork the Forge git repo to your Gitlab account. - Fork the Forge git repo to your GitHub account.
- Clone your forked repo to your local machine. - Clone your forked repo to your local machine.