Project Integration
Project Acquisition
Clone the Repository
Use Git to clone the ElenixOS repository:
git clone --recursive https://github.com/ElenixOS/ElenixOS.git
note
Note: Use the --recursive parameter to ensure submodules are also cloned.
If you didn't use --recursive when cloning, you can get the submodules with the following command:
git submodule update --init --recursive