From 8cece980e9f4bbf3b64e7cd57b8dfd5d4e0b3fea Mon Sep 17 00:00:00 2001 From: roangel <roangel@student.ethz.ch> Date: Tue, 17 Oct 2017 14:26:22 +0200 Subject: [PATCH] Update README.md --- crazyflie-firmware/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crazyflie-firmware/README.md b/crazyflie-firmware/README.md index d7c53a21..f8a4f795 100644 --- a/crazyflie-firmware/README.md +++ b/crazyflie-firmware/README.md @@ -11,8 +11,7 @@ To apply the patch, just write the following commands: `cd crazyflie-firmware`<br> `git submodule init && git submodule update`<br> `git checkout f4d21213d7ce37d7ed7338fad0f9a94a96cec191`<br> -`git apply -<folder_to_D-FaLL-System_repository/crazyflie_firmware/firmware_modifications.patch>`<br> +`git apply <folder_to_D-FaLL-System_repository>/crazyflie_firmware/firmware_modifications.patch`<br> Now the repository is ready to compile. To do it, first make sure that you have installed the toolchain. To install it: -- GitLab