Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
koki-develop committed Sep 18, 2023
1 parent c7aa7f8 commit b8001d6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,17 @@ $ askai -i

![](./assets/demo.gif)

### Pass a question from stdin

Questions can also be passed from stdin.

```sh
# pipe
$ echo 'QUESTION' | askai

# file
$ askai < question.txt
```

## LICENSE

Expand Down

0 comments on commit b8001d6

Please sign in to comment.