From bceb885c7a85bb62726d64bde238661325e13c77 Mon Sep 17 00:00:00 2001 From: Mike Birkhoff <papstVII@gmx.de> Date: Wed, 12 Sep 2012 15:36:36 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60987bf5..c60b34c1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For availability of commercial support, please contact Formal Mind (http://www.f - We use gradle to manage the dependencies to the libraries, thus you will need gradle installed on your computer. (see http://www.gradle.org/) -- In the workspace directory run the completeInstall task [gradle completeInstall] (alternatively you can also run the downloadCli and collectDependencies tasks [gradle downloadCli collectDependencies]. This will download the latest nightly build of the Prolog binary and the required Java libraries (such as apache commons, etc.) +- In the workspace directory run the completeInstall task (gradle completeInstall), alternatively you can also run the downloadCli and collectDependencies tasks (gradle downloadCli collectDependencies). This will download the latest nightly build of the Prolog binary and the required Java libraries (such as apache commons, etc.) - Install Eclipse (Indigo/Juno) for RCP Development -- GitLab