From 34e514e466df18bdc3b33e4c8fe5e97edf379268 Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:59:31 -0400 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com> --- website/docs/quickstarts/duckdb-core-qs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/quickstarts/duckdb-core-qs.md b/website/docs/quickstarts/duckdb-core-qs.md index 45fb311fdec..d03d08197ae 100644 --- a/website/docs/quickstarts/duckdb-core-qs.md +++ b/website/docs/quickstarts/duckdb-core-qs.md @@ -13,8 +13,8 @@ In this quickstart guide, you’ll learn how to install dbt Core and DuckDB, and ## Prerequisites -* To use the dbt CLI, you must know some command line basics. In particular, you should understand `cd`, `ls` and `pwd` to navigate through the directory structure of your computer. -* A Windows, Mac, or Linux computer with sufficient storage. The Jaffle Shop sample data set is small and lightweight, taking up less than 200MB. +* You must know some command line basics to use dbt Core. In particular, you should be familiar with `cd`, `ls` and `pwd` so you can navigate through the directory structure of your computer. +* You have a Windows, Mac, or Linux computer with sufficient storage. The Jaffle Shop sample data set is small and lightweight, taking up less than 200 MB. * [Python 3.5](https://www.python.org/downloads/) or higher. * [Create a GitHub account](https://github.com/join) if you don't already have one. [Set up Git](https://docs.github.com/en/get-started/quickstart/set-up-git) on your computer. * (Optional) [GitHub Codespace](https://docs.github.com/en/codespaces/managing-codespaces-for-your-organization/enabling-or-disabling-github-codespaces-for-your-organization) enabled for your account.