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