diff --git a/cli/README.md b/cli/README.md index dd60d440..4fd0f9e6 100644 --- a/cli/README.md +++ b/cli/README.md @@ -5,8 +5,10 @@ CLI is still in very early phase and work in progress ## (FUTURE – NOT READY) Usage ```shell -(venv) user@system cli % mojodex run --task-name meeting_minutes -(venv) user@system cli % mojodex run --task-name ideas_to_note -(venv) user@system cli % mojodex run --task-name general_assistance +(venv) user@system cli % mojodex run --task meeting_minutes +(venv) user@system cli % mojodex run --task ideas_to_note +(venv) user@system cli % mojodex run --task general_assistance (venv) user@system cli % md general_assistance + +(venv) user@system cli % mojodex % mojodex run --task prepare_doc_from_recording --input-file ~/Downloads/recording.webm --output-file mojodex_doc_intro.md ``` \ No newline at end of file