Skip to content

Commit

Permalink
FIX: some old paths in README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dockimbel committed Dec 3, 2013
1 parent 27e2d83 commit 5cf2cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -127,13 +127,13 @@ The compiler and linker are currently written in Rebol. Please follow the instru

1. From the REBOL console type:

>> do/args %red.r "%red/tests/hello.red"
>> do/args %red.r "%tests/hello.red"

The compilation process should finish with a `...output file size` message. The resulting binary is in the working folder. Windows users need to open a DOS console and run `hello.exe` from there.

To see the intermediary Red/System code generated by the compiler, use:

>> do/args %red.r "-v 2 %red/tests/hello.red"
>> do/args %red.r "-v 2 %tests/hello.red"


Anti-virus false positive
Expand Down

0 comments on commit 5cf2cd3

Please sign in to comment.