aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoel Vilela2019-02-22 20:52:34 -0300
committerManoel Vilela2019-02-22 20:52:34 -0300
commitb8e747bdfa668222c34331500c2df9550a485733 (patch)
tree665e404a4becdfc0aa3170ca6caac585e0a73eec
parentd58ecca684a1ac7e047a3478c4ff79e0833951ac (diff)
downloadaur-b8e747bdfa668222c34331500c2df9550a485733.tar.gz
Add README.md
-rw-r--r--README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..3aeae2591df4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,32 @@
+# How to install
+
+First download this reposity as:
+
+``` bash
+git clone https://github.com/ryukinix/wps-office-pkgbuild
+cd wps-office-pkgbuild
+```
+
+So then build it and install:
+
+``` bash
+makepkg -i
+```
+
+And it's it. You can call now all the three main packages from your
+launch searching by WPS. There is a text processor (wps), spredsheet
+(et) and presentation (wpp).
+
+# Personal opinion vs LibreOffice
+
+It's truly more faster than LibreOffice and works really well with
+MicroSoft formats, .docx, .xls and .ppt. May you need install
+additional fonts like [tff-wps-fonts] and [ttf-ms-fonts] available at AUR.
+
+**BUT BE CAREFUL! THERE IS NO SUPPORT FOR OPENDOCUMENT FORMATS!**
+
+Keep your LibreOffice (or similar) installed for them. WPS should be
+used only for Microsoft documents.
+
+[ttf-wps-fonts]: http://aur.archlinux.org/packages/ttf-wps-fonts
+[ttf-ms-fonts]: http://aur.archlinux.org/packages/ttf-ms-fonts