Skip to content

First steps and Developer Resources

Piotr Skowronek edited this page Jul 2, 2024 · 3 revisions
  1. Be or get familiar with:
  1. Clone muCommander repository
git clone https://github.com/mucommander/mucommander.git
git submodule update --init --remote --recursive
  1. Run muCommander
./gradlew run
  1. Import the project to your favorite IDE
  1. Working on forked repo for PR
  • sync your fork with main (upstream) repo:
git pull --rebase upstream master
  • if jre submodule was changed in main (upstream) repo, run:
git submodule update --recursive --remote

Clone this wiki locally