summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--compiler/installer.ini2
-rw-r--r--install.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler/installer.ini b/compiler/installer.ini
index 0ec6e52f1..95c07e003 100644
--- a/compiler/installer.ini
+++ b/compiler/installer.ini
@@ -73,7 +73,7 @@ Files: "compiler/nimfix/*.cfg"
 Files: "compiler/nimsuggest/*.nim"
 Files: "compiler/nimsuggest/*.cfg"
 Files: "compiler/plugins/locals/*.nim"
-Files: "compiler/plugins/active.nim"
+Files: "compiler/plugins/*.nim"
 Files: "tools/*.nim"
 Files: "tools/*.cfg"
 Files: "tools/*.tmpl"
diff --git a/install.txt b/install.txt
index 55e8d8ce5..67be2221b 100644
--- a/install.txt
+++ b/install.txt
@@ -9,7 +9,7 @@ should be in your ``$PATH`` (most likely the case). Note that some few Linux
 distributions do not ship with a GCC compiler preinstalled - then you have to
 install it.
 
-Install Nim by downloading the appropriate ``.zip`` file and extracting it
+Install Nim by downloading the appropriate ``.tar.xz`` file and extracting it
 to a directory of your choice. The Nim Compiler will stay in this
 directory (unless you copy it somewhere else). The compiler does not need
 write access to its directory, so copying the nim folder to ``/opt``