Skip to content
This repository was archived by the owner on Feb 1, 2019. It is now read-only.

Commit 2d0487a

Browse files
committed
Merge pull request #32 from konradk2/patch-1
run-server.sh expects third argument not in README
2 parents e9ac80f + 26df35c commit 2d0487a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To add functionality, I usually start with testing the haskell client with the r
4545

4646
```bash
4747
ruby test_server.rb
48-
./run-server.sh 5555 456
48+
./run-server.sh 5555 456 .
4949
```
5050

5151
The ruby script will fire off various commands to the haskell client. You can check it's output to see that it succeeds (or fails). From there, I just figure out how to make LightTable send the data in the format I need it.

0 commit comments

Comments
 (0)