Skip to content

Commit

Permalink
Remove config.json and use installed one
Browse files Browse the repository at this point in the history
  • Loading branch information
Shohei Hido committed Nov 22, 2013
1 parent 580bd14 commit 9c32f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ $ ./waf build
To test the client, run:

```
$ jubarecommender --configpath config.json &
$ jubarecommender --configpath /usr/local/share/jubatus/example/config/recommender/lsh.json &
$ build/client
```

We assume that Jubatus was installed into /usr/local/. Otherwise, please modify the path.

Now, write your own code in `client.cpp`, then rebuild and run the client again.
20 changes: 0 additions & 20 deletions config.json

This file was deleted.

0 comments on commit 9c32f9b

Please sign in to comment.