diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d70d3f5 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Locales support 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. |