Update README.md

This commit is contained in:
Alex Davies 2024-06-11 13:14:08 -03:00
parent e6ed1ea4eb
commit a4a44dadca
1 changed files with 2 additions and 2 deletions

View File

@ -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
```