HazyResearch / mindbender

Tools for iterative knowledge base development with DeepDive
116 stars 32 forks source link

invalid mindbender COMMAND #45

Closed senwu closed 8 years ago

senwu commented 9 years ago

I am using the latest version of Deepdive. I tried to use the following cmds in the README.md, but got the following issues: $ mindbender search update

mindbender shell

Usage: mindbender [-OPTION] COMMAND [ARG]...

Global OPTION is one of:

-v increase verbosity

-q suppress all messages

-t force logging to non-ttys

(default is to log messages to stderr only when it's a tty)

search: invalid COMMAND

$ mindbender search gui

mindbender shell

Usage: mindbender [-OPTION] COMMAND [ARG]...

Global OPTION is one of:

-v increase verbosity

-q suppress all messages

-t force logging to non-ttys

(default is to log messages to stderr only when it's a tty)

search: invalid COMMAND

Did I try something wrong?

netj commented 9 years ago

You need to download the latest from https://github.com/HazyResearch/mindbender/releases/tag/LATEST. The one you're running is probably the one released or pointed by deepdive, and it's a farily old version that does not contain search yet.