diff --git a/plugins/readme-linux.txt b/plugins/readme-linux.txt
index e0dd3f6e4..ffedf2c41 100755
--- a/plugins/readme-linux.txt
+++ b/plugins/readme-linux.txt
@@ -16,6 +16,10 @@ Now to the "/quake3-1.32b/q3asm/" directory, the last target:
 
 make (will be compiled in the same directory, move it somewhere Linux can see it like /usr/bin/)
 
-With these 4 binaries built from the Quake3 source, should be able to now go to each Plugin's directory and type "make qvm"... if it works out you should have a "pluginname.qvm".
+With these 4 binaries built from the Quake3 source, should be able to now go to each Plugin's directory and type "make qvm"... if it works out you should have a "pluginname.qvm".
+
+NOTE: If you are using the Icculus q3asm tool, you must specify "-vq3" before building.
+NOTE2: FTE now has its own q3asm tool called "q3asm2" which you can find in the SVN repository.
 
-~ Moodles (any questions about this guide ask me)
\ No newline at end of file
+~ Moodles (any questions about this guide ask me)
+