From 455a189d8bf1ec2d9db576cff1f18e8234fe6047 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 20 Dec 2014 17:04:14 -0800 Subject: [PATCH] add note about raco on Windows --- scribblings/quick.scrbl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scribblings/quick.scrbl b/scribblings/quick.scrbl index 4838bf8..caa3661 100644 --- a/scribblings/quick.scrbl +++ b/scribblings/quick.scrbl @@ -72,6 +72,8 @@ Open a terminal window and issue two commands: > cd [directory containing your file] > raco pollen render hello.txt.pp} +@margin-note{Windows users, I'll trust you to convert @tt{raco} into the appropriate command for your system — assuming defaults, it's likely to be @tt{"C:\Program Files\Racket\raco"} (include the surrounding quotes in the command).} + After a moment, a new file will appear called @tt{hello.txt}. Let's see what's in it: @terminal{