Skip to content

Commit

Permalink
Fix the path of the example file
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinkcw committed Mar 26, 2013
1 parent 39e637d commit af70133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Building/Running from the CLI
ln -s ../res .
javac $(find ../src -name *.java) -d .
mkdir input
cp ../input/example/sample.json ./input
cp ../example/sample.json ./input
java com/foxykeep/cpcodegenerator/Main
```

Expand Down

0 comments on commit af70133

Please sign in to comment.