Update core.cljs
This commit is contained in:
parent
47bb3feabf
commit
bee0ca921a
1 changed files with 2 additions and 4 deletions
|
@ -86,11 +86,9 @@
|
||||||
(def usage
|
(def usage
|
||||||
"usage:
|
"usage:
|
||||||
|
|
||||||
node target/mastodon-bot.js [-h] /path/to/config.edn
|
mastodon-bot /path/to/config.edn
|
||||||
|
|
||||||
or
|
set MASTODON_BOT_CONFIG environment variable to run without parameters
|
||||||
|
|
||||||
npm start [-h] /path/to/config.edn
|
|
||||||
")
|
")
|
||||||
|
|
||||||
(defn main [& args]
|
(defn main [& args]
|
||||||
|
|
Reference in a new issue