I'm going thru the book "Web Development with Clojure...".
I entered the following commands:
lein new compojure-app guestbook
It ran ok.
I then ran:
> lein ring server
It returned the error message:
'ring' is not a task. See 'lein help'.
Did you mean this?
run
I'd appreciate a
UTC-4, Gary Trakhman wrote:
>
> you have to be inside the guestbook dir.
>
>
> On Fri, May 16, 2014 at 7:50 PM, patrick lynch
>
> > wrote:
>
>> I'm going thru the book "Web Development with Clojure...".
>> I entered the following commands:
>