From cd4f1fa9bac34e43a668bbff54294c96d280df04 Mon Sep 17 00:00:00 2001 From: Sumit K Bhuttan Date: Wed, 9 Oct 2024 19:09:17 -0400 Subject: [PATCH] Adding fix per comment on Issue-692 (#1255) Co-authored-by: Josh Bradley Co-authored-by: Alonso Guevara --- docsite/posts/get_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/posts/get_started.md b/docsite/posts/get_started.md index b0ea2664..eb1989bb 100644 --- a/docsite/posts/get_started.md +++ b/docsite/posts/get_started.md @@ -48,7 +48,7 @@ mkdir -p ./ragtest/input Now let's get a copy of A Christmas Carol by Charles Dickens from a trusted source ```sh -curl https://www.gutenberg.org/cache/epub/24022/pg24022.txt > ./ragtest/input/book.txt +curl https://www.gutenberg.org/cache/epub/24022/pg24022.txt -o ./ragtest/input/book.txt ``` Next we'll inject some required config variables: