unclebob / more-speech

A Nostr browser in Clojure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

private\keys (The system cannot find the path specified) during `lein run`

coola opened this issue · comments

Compiling 5 source files to C:\Users\michal.kulinski\source\nostr\more-speech\target\classes
Syntax error (FileNotFoundException) compiling at (C:\Users\michal.kulinski\AppData\Local\Temp\form-init15388934542304050888.clj:1:119).
private\keys (The system cannot find the path specified)

Did you create the private/keys file as described in the GettingStarted page of the wiki? https://github.com/unclebob/more-speech/wiki/getting_started

Make sure the private directory is located in the same directory as project.clj

Did you create the private/keys file as described in the GettingStarted page of the wiki? https://github.com/unclebob/more-speech/wiki/getting_started

Make sure the private directory is located in the same directory as project.clj

No, sorry, I wasn't aware of it.