Skip to content

Commit

Permalink
Merge pull request #14 from zoidy/dbbrowser-setup
Browse files Browse the repository at this point in the history
Dbbrowser setup instructions
  • Loading branch information
Chris Erdmann authored May 11, 2018
2 parents 25198ef + 9113f41 commit ce52d46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ This Library Carpentry lesson introduces librarians to relational database manag

> ## Prerequisites
>
> You will need to install [DB Browser for SQLite](http://sqlitebrowser.org) and [SQLite](https://www.sqlite.org/) to complete this lesson.
> You will need to install [DB Browser for SQLite](http://sqlitebrowser.org).
{: .prereq}

4 changes: 3 additions & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ permalink: /setup/

You will need to install [DB Browser for SQLite](http://sqlitebrowser.org) to complete these lessons. DB Browser for SQLite provides a graphical user interface for connecting to and interacting with a SQLLite database. This application bundles SQLite, so you won't need to install SQLite separately.

Note: on Windows, the PortableApp download is recommended as the regular version may take a long time to complete on certain systems.

### SQLite


Expand All @@ -27,4 +29,4 @@ In order to check they are available type `sqlite3` at the terminal command line
On Windows download the [Windows Installer](https://github.com/swcarpentry/windows-installer/releases/download/v0.3/SWCarpentryInstaller.exe)
Copy the file to a directory and open the directory using the windows command line. Type `sqlite3`.

For a more detailed explanation see this [tutorial](http://www.sqlitetutorial.net/download-install-sqlite/).
For a more detailed explanation see this [tutorial](http://www.sqlitetutorial.net/download-install-sqlite/).

0 comments on commit ce52d46

Please sign in to comment.