Update cloning commands to include Git submodules. The updated command should be git clone --recursive git@github.com:OpenToonix/OpenToonix-HTTP-Server.git.
For people who already cloned the repository, they should use the command git submodule update --init --recursive.
Update cloning commands to include Git submodules. The updated command should be
git clone --recursive git@github.com:OpenToonix/OpenToonix-HTTP-Server.git.For people who already cloned the repository, they should use the command
git submodule update --init --recursive.