summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 06c5e0c..0fd8953 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
# Locales support for musl
Locale program for musl libc
+This is ```/usr/bin/locale```, which works on musl libc (with limitations in musl itself).
+To install, use ```cmake . && make && sudo make install``` on musl-capable distro.
+English and Russian included, also .pot file.
+
## Build requirements:
- musl (with developer tools)
- gettext (with libintl and developer tools)
@@ -9,7 +13,3 @@ Locale program for musl libc
- CMake backend provider (make or ninja)
*For alpine, you can use this command:* ```apk add --update cmake make musl-dev gcc gettext-dev libintl```
-
-This is ```/usr/bin/locale```, which works on musl libc (with limitations in musl itself).
-To install, use ```cmake . && make && sudo make install``` on musl-capable distro.
-English and Russian included, also .pot file.