From 48d957d982f25e7e8ea04f1f2b1dacb6d1ecddc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kyrre=20Traavik=20L=C3=A5berg?= Date: Wed, 15 May 2024 15:53:22 +0200 Subject: [PATCH] Update sql.html --- _includes/install_instructions/sql.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/install_instructions/sql.html b/_includes/install_instructions/sql.html index eb4b4e8..fdc5a2d 100644 --- a/_includes/install_instructions/sql.html +++ b/_includes/install_instructions/sql.html @@ -6,7 +6,7 @@

SQLite

SQL is a specialized programming language used with databases. We use the database manager called SQLite in our lessons.
  • - We will use a database called Survey.db for the workshop. Download it from here: http://swcarpentry.github.io/sql-novice-survey/files/survey.db + We will use a database called Survey.db for the workshop. Download it from here: http://swcarpentry.github.io/sql-novice-survey/files/survey.db and place it somewhere easily accessible on your computer, such as your document folder or desktop. It will download directly, check your downloads folder. If you have issues downloading the file, copy and paste the url in a new browser window.