aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGert-Jan Timmer <gjr.timmer@gmail.com>2018-05-26 22:51:07 +0200
committerGert-Jan Timmer <gjr.timmer@gmail.com>2018-05-26 22:51:07 +0200
commitcf4b585971e36929b558d3edb3cb6b6234d17205 (patch)
treece1c46f652de59f58f27d7535e6f1e75e94560ad
parentUpdate documentation (diff)
downloadgolite-cf4b585971e36929b558d3edb3cb6b6234d17205.tar.gz
golite-cf4b585971e36929b558d3edb3cb6b6234d17205.tar.xz
Moved Alpine to Linux Section
[ci skip]
-rw-r--r--README.md18
1 files changed, 8 insertions, 10 deletions
diff --git a/README.md b/README.md
index c5c41d1..f146c2c 100644
--- a/README.md
+++ b/README.md
@@ -137,16 +137,6 @@ Additional information:
- [#491](https://github.com/mattn/go-sqlite3/issues/491)
- [#560](https://github.com/mattn/go-sqlite3/issues/560)
-## Docker
-
-### Alpine
-
-When building in an `alpine` container run the following command before building.
-
-```
-apk add --update gcc musl-dev
-```
-
# Google Cloud Platform
Building on GCP is not possible because `Google Cloud Platform does not allow `gcc` to be executed.
@@ -169,6 +159,14 @@ If you wish to link directly to libsqlite3 then you can use the `libsqlite3` bui
go build --tags "libsqlite3 linux"
```
+### Alpine
+
+When building in an `alpine` container run the following command before building.
+
+```
+apk add --update gcc musl-dev
+```
+
### Fedora
```bash