diff --git a/src/docs_src/A_Guide_To_Propeller.md b/src/docs_src/A_Guide_To_Propeller.md index 3c87e1b..ad3f24e 100644 --- a/src/docs_src/A_Guide_To_Propeller.md +++ b/src/docs_src/A_Guide_To_Propeller.md @@ -39,9 +39,9 @@ line with the command `lein run -m `, replacing `` with the actual namespace that you will find at the top of the problem file. If you have installed [Clojure](https://clojure.org/guides/install_clojure#java), you can run Propeller on a genetic programming -problem with the command `clj --main `, replacing `` with +problem with the command `clj -M -m `, replacing `` with the actual namespace that you will find at the top of the problem file. -The examples below use leiningen, but you can replace `lein run -m` with `clj --main` to run the same problem. +The examples below use leiningen, but you can replace `lein run -m` with `clj -M -m` to run the same problem. A specific example is provided later below.