diff --git a/README.md b/README.md index 64c5096..062b5ce 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ integrate it with their existing linux workflows. ```bash distrobox create --image git.spirirobotics.com/spiri/spiri-sdk-desktop:master distrobox enter spiri-sdk-desktop-master -#You can optionally copy the standard SDK setup from /opt/spiri-sdk/user-home-skeleton/ -# cp -r /opt/spiri-sdk/user-home-skeleton/* ~/ + +cp -r /opt/spiri-sdk/user-home-skeleton/* ~/ cd ~/Desktop/simulated-drone/ ./sim_drone.py launch ```