doc: fix syntax in sqlite install instructions(#6707)

pull/6709/head
zacanger 2020-11-01 21:16:18 +00:00 committed by GitHub
parent f934ca37c9
commit f0c98fb5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
for **Fedora 31**: for **Fedora 31**:
sudo dnf -y install `sqlite-devel` sudo dnf -y install sqlite-devel
for **Ubuntu 20.04**: for **Ubuntu 20.04**:
sudo apt install -y `libsqlite3-dev` sudo apt install -y libsqlite3-dev