summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoradityam2010-01-24 14:55:43 -0500
committerAditya Mahajan2016-04-02 13:08:45 -0400
commitb03feed3c77912c47eff8155977981bf60f7a00e (patch)
treeb8672f0f4c2161cf432c10c4c86ad71b70f2420b
parente950bb805df24aa666761b65ac038a21438b3469 (diff)
downloadaur-b03feed3c77912c47eff8155977981bf60f7a00e.tar.gz
Renaming readme file
-rw-r--r--README.markdown36
1 files changed, 36 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 000000000000..73754b4dd10e
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,36 @@
+PKGBUILD for context-minimals
+=============================
+
+The ConTeXt Minimal <http://wiki.contextgarden.net/ConTeXt_Minimals> is
+a complete, up-to-date ConTeXt distribution which can be upgraded
+efficiently. It can be used to install either the stable or the beta
+version of ConTeXt. It can also be used in parallel with existing TeX
+installtions such as MikTeX, TeXLive, or older minimal installation. It
+is aimed towards ConTeXt users, so it does not include LaTeX specific
+packages and binaries.
+
+This PKGBUILD installs the ConTeXt related files at
+
+ /opt/context-minimals
+
+To use the minimals distribution, you need to run
+
+ source /opt/context-minimals/setuptex
+
+in the shell from which you want to invoke context. After sourcing
+setuptex, you can run ConTeXt mkII using
+
+ texexec filename
+
+To run mkIV for the first time, you need to run
+
+ luatools --generate
+
+a normal user (*and not as root*). You need to rerun this command as a
+normal user each time you upgrade.
+
+All bugs can be reported at the ConTeXt mailing list
+<http://wiki.contextgarden.net/ConTeXt_Mailing_Lists>
+
+
+