Browse Source

Update README.md

master
leothehuman 7 years ago
parent
commit
c664328047
No account linked to committer's email address
1 changed files with 7 additions and 7 deletions
  1. 7
    7
      README.md

+ 7
- 7
README.md View File

@@ -6,18 +6,18 @@ Quotes cards and rules of the Magic: the Gathering TCG.

$ ./make_data.sh

$ docker build -t <container-name> .
$ docker build -t container-name .

$ docker run <container-name>
$ docker run container-name

# Commands

/o <card name or search strings> - oracle text for a card
/o [card name or search strings] - oracle text for a card

/q <question> - oracle text for cards mentioned in the question
/q [question] - oracle text for cards mentioned in the question

/cr <section or term> - CR section or glossary term
/cr [section or term] - CR section or glossary term

/ipg <section> (coming soon)
/ipg [section] (coming soon)

/mtr <section> (coming soon)
/mtr [section] (coming soon)

Loading…
Cancel
Save