Skip to content

Commit bb12542

Browse files
committed
Merge remote-tracking branch 'github/master'
2 parents f6d9dd7 + 5bec8eb commit bb12542

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Building/Running from the CLI
3333
cd generator/bin
3434
ln -s ../res .
3535
javac $(find ../src -name *.java) -d .
36-
cp ../input/example/sample.json ./input
36+
mkdir input
37+
cp ../example/sample.json ./input
3738
java com/foxykeep/cpcodegenerator/Main
3839
```
3940

0 commit comments

Comments
 (0)