aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index a916b4b..4142b5a 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,10 @@ library for writing multilingual systems.
* [GNU gettext][1]
+### Linux
+
+Installation should be straightforward on Linux.
+
### OSX
Installing gettext on a Mac is a bit awkward:
@@ -20,9 +24,7 @@ export CGO_CPPFLAGS=-I/usr/local/opt/gettext/include
go get github.com/gosexy/gettext
```
-Installation should be straightforward on Linux.
-
-## Installation
+## Getting the library
Use `go get` to download and install the binding: