소스 검색

Updated README for changes in plugins branch

There's no more pass_words option, so we shouldn't mention that anymore.
Also, commands aren't in a configuration section called "commands"
anymore, so use the new name, ".shell".
Clara Hobbs 7 년 전
부모
커밋
7b116a11c4
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1
    4
      README.rst

+ 1
- 4
README.rst 파일 보기

@@ -24,7 +24,7 @@ Usage
24 24
 -----
25 25
 
26 26
 1. Copy options.json.tmp to ~/.config/kaylee/options.json and fill the
27
-   "commands" section of the file with sentences to speak and commands
27
+   ".shell" section of the file with sentences to speak and commands
28 28
    to run.
29 29
 2. Run Kaylee with ``./kaylee.py``. This generates a language model and
30 30
    dictionary using the `Sphinx Knowledge Base Tool
@@ -50,9 +50,6 @@ Examples
50 50
 -  To run Kaylee with no UI and using a USB microphone recognized as
51 51
    device 2: ``./kaylee.py -m 2``
52 52
 
53
--  To have Kaylee pass each word of the matched sentence as a separate
54
-   argument to the executed command: ``./kaylee.py -p``
55
-
56 53
 -  To run a command when a valid sentence has been detected:
57 54
    ``./kaylee.py --valid-sentence-command=/path/to/command``
58 55
 

Loading…
취소
저장