From f3d6bd56bc5521a4f102b92a012c6f18240ae7b3 Mon Sep 17 00:00:00 2001 From: oakes Date: Mon, 20 Jan 2014 02:12:54 -0500 Subject: [PATCH] Update getting started section in tutorial --- TUTORIAL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index 811f1f2..e77987c 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -1,6 +1,10 @@ ## Getting Started -You can easily get started with play-clj by creating a new project with [Nightcode](https://nightcode.info/) and choosing the Clojure game option. You'll get three separate projects for desktop, Android, and iOS, all pointing to the same directories for source code and resources. You can build the projects using Nightcode or Leiningen. +You can easily get started with play-clj by creating a new project with [Nightcode](https://nightcode.info/) and choosing the Clojure game option. You may also create a project on the command line with [Leiningen](https://github.com/technomancy/leiningen): + + lein new play-clj hello-world + +Either way, you'll get three separate projects for desktop, Android, and iOS, all pointing to the same directories for source code and resources. You can build the projects using Nightcode or Leiningen. ## Project Structure