aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorutilum <oz@utilum.com>2017-06-17 12:37:42 +0200
committerutilum <oz@utilum.com>2017-06-17 12:37:42 +0200
commit133236fa0a99ad18e573e1edc0e48f4f20a32f62 (patch)
treec478ec7c60d328dccbf8e6e62220885ce76652b4 /guides
parent03fa6b2907ae68e0c2cfeb8c3e56c080d7ff99c0 (diff)
downloadrails-133236fa0a99ad18e573e1edc0e48f4f20a32f62.tar.gz
rails-133236fa0a99ad18e573e1edc0e48f4f20a32f62.tar.bz2
rails-133236fa0a99ad18e573e1edc0e48f4f20a32f62.zip
[ci skip] Update fedora SQLite3 package name
Diffstat (limited to 'guides')
-rw-r--r--guides/source/development_dependencies_install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md
index 7ec038eb4d..c57efd6362 100644
--- a/guides/source/development_dependencies_install.md
+++ b/guides/source/development_dependencies_install.md
@@ -62,7 +62,7 @@ $ sudo apt-get install sqlite3 libsqlite3-dev
If you are on Fedora or CentOS, you're done with
```bash
-$ sudo yum install sqlite3 sqlite3-devel
+$ sudo yum install libsqlite3x libsqlite3x-devel
```
If you are on Arch Linux, you will need to run: