diff options
author | r <r@freesoftwareextremist.com> | 2019-12-17 20:22:07 +0000 |
---|---|---|
committer | r <r@freesoftwareextremist.com> | 2019-12-17 20:23:29 +0000 |
commit | 6d800ddd76b6f7d0f8c899fa3ef7fca3e9a13533 (patch) | |
tree | 2491f0f0f17087f3821f65fa5f2f2c0d0b22d932 | |
parent | 59aad78f66cf58be7f88f2c0675f94a858163560 (diff) | |
download | bloat-6d800ddd76b6f7d0f8c899fa3ef7fca3e9a13533.tar.gz bloat-6d800ddd76b6f7d0f8c899fa3ef7fca3e9a13533.zip |
Remove sqlite from README
-rw-r--r-- | README | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -8,19 +8,17 @@ Features: Requirements: - Go 1.11 -- SQLite3 External dependencies: - Fork of go-masodon (https://github.com/mattn/go-mastodon) -- go-sqlite3 (https://github.com/mattn/go-sqlite3) - gorilla/mux (https://github.com/gorilla/mux) Building and Installation: -Make sure you have GO and SQLite3 installed. Other dependencies will be +Make sure you have GO installed. Other dependencies will be downloaded automatically. Typing make will build the binary |