Skip to content

Commit b923c86

Browse files
authored
docs: separate prompt from output (#270)
Signed-off-by: Grant Linville <[email protected]>
1 parent 8e2de4d commit b923c86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/02-getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ $env:OPENAI_API_KEY = 'your-api-key'
5151

5252
```shell
5353
gptscript https://get.gptscript.ai/echo.gpt --input 'Hello, World!'
54+
```
5455

56+
```
5557
OUTPUT:
5658
5759
Hello, World!

0 commit comments

Comments
 (0)