From 4f18996673db884b698d6aa63a7e0f4d2a20b6a8 Mon Sep 17 00:00:00 2001 From: fei4xu <46098686+fei4xu@users.noreply.github.com> Date: Thu, 10 Jan 2019 10:49:18 +0800 Subject: [PATCH 1/2] Update README Make it clear the usage of this repo, in case someone is trying to clone this repo directly. --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 172229f..e40ddef 100644 --- a/README +++ b/README @@ -1 +1,5 @@ Windows binaries for TinderBox, a tool for creating Cinder projects (http://libcinder.org) + +TinderBox is included by Cinder from git as a submodule. In the initial clone of Cinder, be sure to use `--recursive`. + + git clone --recursive https://github.com/cinder/Cinder.git From 2f4bd1a38b76cd8f312abab38e876d00db1d8323 Mon Sep 17 00:00:00 2001 From: fei4xu <46098686+fei4xu@users.noreply.github.com> Date: Thu, 10 Jan 2019 10:53:34 +0800 Subject: [PATCH 2/2] Rename README to README.md so the Markdown format can work. --- README => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README => README.md (100%) diff --git a/README b/README.md similarity index 100% rename from README rename to README.md