diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,10 +39,10 @@ go run . -rawDictionary=raw-wiktextract-data.jsonl -deck="Français" -model="Bas In addition to starting the program and then looking up a word interactively, it's also possible to provide the first word to look up as a command-line argument. Then, for example, you could add a shell function to invoke the -program and immediatelly go to a definition by running something like this. +program and immediately go to a definition. For example, if you've compiled the program and placed it in your path, you -could add a shell function to your `.zshrc` or `.bashrc` with all the argument +could add a shell function to your `.zshrc` or `.bashrc` with all the arguments you need, like this: ``` |
