From 38c78c305f2ae900c96d1316e186162a4eb2f568 Mon Sep 17 00:00:00 2001 From: Jacopo Panerati Date: Tue, 10 Oct 2023 17:39:23 +0400 Subject: [PATCH] Removed typo, clarified README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66866767c..2c512fbc8 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,8 @@ python3 learn.py git clone https://github.com/betaflight/betaflight cd betaflight/ make arm_sdk_install # if needed, `apt install curl`` -make TARGET=SITL # comment out this line: https://github.com/betaflight/betaflight/blob/master/src/main/main.c#L52 -cp cp ~/gym-pybullet-drones/gym_pybullet_drones/assets/eeprom.bin ~/betaflight/ +make TARGET=SITL # comment out line: https://github.com/betaflight/betaflight/blob/master/src/main/main.c#L52 +cp ~/gym-pybullet-drones/gym_pybullet_drones/assets/eeprom.bin ~/betaflight/ # assuming both gym-pybullet-drones/ and betaflight/ were cloned in ~/ betaflight/obj/main/betaflight_SITL.elf ```