aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-07-01 12:13:53 +0200
committerDrahflow <drahflow@gmx.de>2015-07-01 12:13:53 +0200
commitb875e47f6540fa5ca8f9e0fa1a870014ab5c3953 (patch)
tree3df89cc81c37aca950d55b97cc4ac27d228d2a90 /README.md
parent247f385388c312c1b9b4947f3689b1094ec94ff5 (diff)
FreeBSD support in master
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 711d401..e969c80 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,7 @@ Technical Pecularities
* no runtime interpreter, executes real assembly
* same binary both interpretes and compiles
* freeze arbitrary program states to ELF-binaries
-* self hosted via `{ "/proc/self/fd/0" include }' "interpreter" sys .freeze`
+* self hosted via `{ "/dev/stdin" include }' "interpreter" sys .freeze`
* yes, this works and generates a stand-alone interpreter/compiler
* bootstraps from perl
* no perl left in final binaries