From f8f34b6c282d7e736414881bd5dd9c7deca4953f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Sat, 6 Feb 2016 02:35:19 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 529078a..e1d2d6b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The current code runs on an FRDM-K22F dev board and implements a composite USB d 3. If you wish to use KDS then: - Go to File -> Import -> General -> Existing Projects into Workspace, select the `build` directory, and click on the Finish button - In Project Explorer right-click on the `uhk-right` project -> Properties -> Resource -> Linked Resources -> Path Variables -> edit `KSDK_DIR` to point to your KSDK installation directory. -4. At this point, you can build the firmware by using KDS ~~or at the command line by using the scripts of the build directory~~ (the build scripts don't work yet). +4. At this point, you should be able to build the firmware in KDS ~~or at the command line by using the scripts of the build directory~~ (the build scripts don't work yet). ## Future work