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

Commit

Permalink
Merge pull request #32 from konradk2/patch-1
Browse files Browse the repository at this point in the history
run-server.sh expects third argument not in README
  • Loading branch information
heyLu committed Jan 28, 2014
2 parents e9ac80f + 26df35c commit 2d0487a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To add functionality, I usually start with testing the haskell client with the r

```bash
ruby test_server.rb
./run-server.sh 5555 456
./run-server.sh 5555 456 .
```

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 comments on commit 2d0487a

Please sign in to comment.