Skip to content

Commit 58be2a0

Browse files
committed
install via ubuntu ppa
1 parent 1bd374f commit 58be2a0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,16 @@ Way faster than [SQLiteProxy](https://github.com/assafmo/SQLiteProxy)!
1616
go get -u github.com/assafmo/SQLiteQueryServer
1717
```
1818

19-
This package uses `github.com/mattn/go-sqlite3`. Compilation errors might be resolved by reading https://github.com/mattn/go-sqlite3#compilation. Also
19+
This package uses `github.com/mattn/go-sqlite3`. Compilation errors might be resolved by reading https://github.com/mattn/go-sqlite3#compilation.
20+
21+
- Or use Ubuntu PPA:
22+
23+
```bash
24+
curl -s --compressed https://assafmo.github.io/ppa/ubuntu/KEY.gpg | sudo apt-key add -
25+
sudo curl -s --compressed -o /etc/apt/sources.list.d/assafmo.list https://assafmo.github.io/ppa/ubuntu/assafmo.list
26+
sudo apt update
27+
sudo apt install sqlitequeryserver
28+
```
2029

2130
# Usage
2231

0 commit comments

Comments
 (0)