Update SQLite support status in install docs

SQLite is fully supported as of #1766.
This commit is contained in:
Dan Rice 2015-04-12 11:48:34 -04:00
parent af6fbede45
commit 4d0b55355e

View file

@ -20,7 +20,7 @@ Tracks has a few software requirements that must be satisfied before installatio
1. **Ruby**. Tracks requires Ruby 1.9.3 or greater.
2. **Bundler**. Tracks requires a recent version of [Bundler](http://bundler.io) to handle the installation of dependencies. Bundler is typically installed by running `gem install bundler`.
3. **Database**. Tracks is tested on [MySQL](http://www.mysql.com/), but [SQLite](http://www.sqlite.org/) and [PostgreSQL](http://www.postgresql.org/) can also be used. Of the three, SQLite requires the least configuration. Whatever your choice, the appropriate database software must be installed.
3. **Database**. Tracks is tested on [MySQL](http://www.mysql.com/) and [SQLite](http://www.sqlite.org/), but [PostgreSQL](http://www.postgresql.org/) can also be used. Of the three, SQLite requires the least configuration. Whatever your choice, the appropriate database software must be installed.
## Get Tracks