aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorbellard <bellard>2003-04-13 21:56:00 +0000
committerbellard <bellard>2003-04-13 21:56:00 +0000
commit3bbcd30776bc490444786d57f66275d21a80d3b3 (patch)
tree3477697027f8d9eb28af7481a9fcd026ad8a74a5 /README
parentfe7bcdef6bdeccc926b3dd1e27edcb1c0cd88fa1 (diff)
downloadtinycc-3bbcd30776bc490444786d57f66275d21a80d3b3.tar.gz
tinycc-3bbcd30776bc490444786d57f66275d21a80d3b3.tar.bz2
update
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 9880d88..359ea05 100644
--- a/README
+++ b/README
@@ -21,7 +21,7 @@ Features:
- Compile and execute C source directly. No linking or assembly
necessary. Full C preprocessor included.
-- C script supported : just add '#!/usr/local/bin/tcc' at the first
+- C script supported : just add '#!/usr/local/bin/tcc -run' at the first
line of your C source, and execute it directly from the command
line.