From 009e0ac563339bdb286201601a129e49c640d791 Mon Sep 17 00:00:00 2001 From: Mads Hartmann Jensen Date: Thu, 9 Aug 2012 22:45:21 +0300 Subject: [PATCH] Update README.md In order to build from TextMate you also need to set the PATH variable. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b09de67e63..f6dc3d681e 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ To install using [MacPorts][]: You should install the [Ninja][NinjaBundle] and [CxxTest][] bundles. Both can be installed via _Preferences_ → _Bundles_. -After this you can press ⌘B to build from within TextMate. +After this you can press ⌘B to build from within TextMate. In case you haven't already you also need to set up the `PATH` variable either in _Preferences_ → _Variables_ or `~/.tm_properties` so it can find `ninja` and related tools; an example could be `$PATH:/opt/local/bin`. The default target is `TextMate/run`. This will relaunch TextMate but when called from within TextMate, a dialog will appear before the current instance is killed. As there is full session restore, it is safe to relaunch even with unsaved changes.