From 72fa3fdd18a7e78bf01ad0b136e9244462b9f18d Mon Sep 17 00:00:00 2001 From: Simon Shanks Date: Fri, 17 May 2024 16:11:56 +0100 Subject: [PATCH 1/2] misleading info on how to run example currenlty saying how to run the script before loading it, then repeating the info after loading the script. --- docs/learn/brief-introduction.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/learn/brief-introduction.md b/docs/learn/brief-introduction.md index 72348889f..aac1ac94d 100644 --- a/docs/learn/brief-introduction.md +++ b/docs/learn/brief-introduction.md @@ -443,13 +443,7 @@ The linked scripts allow you to build an on-disk database and run some queries a ### Building the database -The database is built by running the `buildsmartmeterdb.q` script. You can vary the number of days of data to build, and the number of customer records per day. When you run the script, some information will be printed. Type - -```q -go[] -``` - -to proceed. +The database is built by running the `buildsmartmeterdb.q` script. You can vary the number of days of data to build, and the number of customer records per day. When you run the script, some information will be printed. ```bash $ q buildsmartmeterdb.q From c45964a94a46cc53c524b7a33961a969d9cddc66 Mon Sep 17 00:00:00 2001 From: JosieMD <114172432+JosieMD@users.noreply.github.com> Date: Mon, 20 May 2024 10:09:15 +0100 Subject: [PATCH 2/2] Update docs/learn/brief-introduction.md --- docs/learn/brief-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/brief-introduction.md b/docs/learn/brief-introduction.md index aac1ac94d..4a14904e3 100644 --- a/docs/learn/brief-introduction.md +++ b/docs/learn/brief-introduction.md @@ -443,7 +443,7 @@ The linked scripts allow you to build an on-disk database and run some queries a ### Building the database -The database is built by running the `buildsmartmeterdb.q` script. You can vary the number of days of data to build, and the number of customer records per day. When you run the script, some information will be printed. +The database is built by running the `buildsmartmeterdb.q` script. You can vary the number of days of data to build, and the number of customer records per day. When you run the script, some information is printed. ```bash $ q buildsmartmeterdb.q