From a4a44dadca069f7ba80bd54a59dad7d3694990df Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Tue, 11 Jun 2024 13:14:08 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```