mkdir -p ~/limx_rl && cd ~/limx_rl && \
sudo apt update && sudo apt install -y git && \
if [ ! -d "pointfoot-legged-gym" ]; then \
git clone https://github.com/limxdynamics/pointfoot-legged-gym.git; \
cd pointfoot-legged-gym && bash install.sh && source ~/.bashrc