diff --git a/01-select.html b/01-select.html index 22f4da07..a51bdf2e 100644 --- a/01-select.html +++ b/01-select.html @@ -876,7 +876,7 @@
You might expect the above query to return rows where dated is either ‘1927-02-08’ or NULL. Instead it only returns rows where dated is diff --git a/aio.html b/aio.html index 7f150231..d0e7d5ba 100644 --- a/aio.html +++ b/aio.html @@ -1121,7 +1121,7 @@
You might expect the above query to return rows where dated is either ‘1927-02-08’ or NULL. Instead it only returns rows where dated is diff --git a/index.html b/index.html index cd857739..4d48176d 100644 --- a/index.html +++ b/index.html @@ -380,7 +380,9 @@
For this course you will need the UNIX shell, plus SQLite3 or DB Browser for SQLite.
+For this course you will need the UNIX shell (described in the UNIX +Shell lesson), plus SQLite3 or +DB Browser for SQLite.
If you are running macOS you should already have
SQLite installed. You can run sqlite3 --version
in a
terminal to confirm that it is available. You can also download DB
@@ -391,14 +393,12 @@
If you are running Windows, run installers as
-administrator. Additionally, make sure you select the right installer
-version for your system. We recommend that you use git for Windows. This is described
-in the UNIX Shell
-lesson. If the installer asks to add the path to the environment
-variables, check yes, otherwise you have to manually add the path of the
-executable to the PATH
environmental variables. This path
-informs the system where to find the executable program.
If you are running Windows, download installers and
+run them as administrator. Make sure you select the right installer
+version for your system. If the installer asks to add the path to the
+environment variables, check yes, otherwise you have to manually add the
+path of the executable to the PATH
environmental variables.
+This path informs the system where to find the executable program.
If installing SQLite3 using Anaconda, refer to the anaconda sqlite docs.
After the installation and the setting of the paths, close the diff --git a/instructor/01-select.html b/instructor/01-select.html index c29425f4..a7a12c6c 100644 --- a/instructor/01-select.html +++ b/instructor/01-select.html @@ -878,7 +878,7 @@
You might expect the above query to return rows where dated is either ‘1927-02-08’ or NULL. Instead it only returns rows where dated is diff --git a/instructor/aio.html b/instructor/aio.html index f7f193a5..385d46e5 100644 --- a/instructor/aio.html +++ b/instructor/aio.html @@ -1124,7 +1124,7 @@
You might expect the above query to return rows where dated is either ‘1927-02-08’ or NULL. Instead it only returns rows where dated is diff --git a/instructor/index.html b/instructor/index.html index 869f77ff..883904a6 100644 --- a/instructor/index.html +++ b/instructor/index.html @@ -493,7 +493,9 @@
For this course you will need the UNIX shell, plus SQLite3 or DB Browser for SQLite.
+For this course you will need the UNIX shell (described in the UNIX +Shell lesson), plus SQLite3 or +DB Browser for SQLite.
If you are running macOS you should already have
SQLite installed. You can run sqlite3 --version
in a
terminal to confirm that it is available. You can also download DB
@@ -504,14 +506,12 @@
If you are running Windows, run installers as
-administrator. Additionally, make sure you select the right installer
-version for your system. We recommend that you use git for Windows. This is described
-in the UNIX Shell
-lesson. If the installer asks to add the path to the environment
-variables, check yes, otherwise you have to manually add the path of the
-executable to the PATH
environmental variables. This path
-informs the system where to find the executable program.
If you are running Windows, download installers and
+run them as administrator. Make sure you select the right installer
+version for your system. If the installer asks to add the path to the
+environment variables, check yes, otherwise you have to manually add the
+path of the executable to the PATH
environmental variables.
+This path informs the system where to find the executable program.
If installing SQLite3 using Anaconda, refer to the anaconda sqlite docs.
After the installation and the setting of the paths, close the diff --git a/md5sum.txt b/md5sum.txt index 35e6aa5a..a3fb02d2 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -17,5 +17,5 @@ "instructors/instructor-notes.md" "f54b65c9ff1b6da18b2899af0fbb0cc5" "site/built/instructor-notes.md" "2023-05-08" "learners/discuss.md" "b9476165c46ff9c7d1943194903aaa87" "site/built/discuss.md" "2023-05-08" "learners/reference.md" "a97853fdee9f24c475020f246ba3f136" "site/built/reference.md" "2023-05-08" -"learners/setup.md" "9a334f03ceae6265d4b8311a2a388c6b" "site/built/setup.md" "2023-05-08" +"learners/setup.md" "9a8f0d365ccd6efde999280e1227aa3f" "site/built/setup.md" "2024-08-19" "profiles/learner-profiles.md" "60b93493cf1da06dfd63255d73854461" "site/built/learner-profiles.md" "2023-05-08" diff --git a/pkgdown.yml b/pkgdown.yml index b2a7d02a..6b9aec2a 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -2,4 +2,4 @@ pandoc: 3.1.11 pkgdown: 2.1.0 pkgdown_sha: ~ articles: {} -last_built: 2024-08-19T02:42Z +last_built: 2024-08-19T02:43Z