mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-05 04:29:21 +02:00
Remove sqlite from README
This commit is contained in:
parent
59aad78f66
commit
6d800ddd76
4
README
4
README
|
@ -8,19 +8,17 @@ Features:
|
||||||
Requirements:
|
Requirements:
|
||||||
|
|
||||||
- Go 1.11
|
- Go 1.11
|
||||||
- SQLite3
|
|
||||||
|
|
||||||
|
|
||||||
External dependencies:
|
External dependencies:
|
||||||
|
|
||||||
- Fork of go-masodon (https://github.com/mattn/go-mastodon)
|
- 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)
|
- gorilla/mux (https://github.com/gorilla/mux)
|
||||||
|
|
||||||
|
|
||||||
Building and Installation:
|
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.
|
downloaded automatically.
|
||||||
|
|
||||||
Typing make will build the binary
|
Typing make will build the binary
|
||||||
|
|
Loading…
Reference in New Issue