From 70bb3d34c6b7525954167e371e3d5c483e7a4c9b Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Fri, 1 Apr 2016 20:53:08 -0700 Subject: [PATCH] Clarify requirements. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 152ac06..adf4966 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ Common build tools for C/C++ projects. Supports PC and 3DS targets. -Requires xxd (comes with vim) and some form of the zip/unzip commands. +Requires some form of the zip/unzip commands. When embedding binary files, xxd is required as well.