Skip to content

Commit

Permalink
Merge pull request #5 from kenhys/use-grunt-serve
Browse files Browse the repository at this point in the history
Use grunt serve because grunt server is obsolete

Patch by HAYASHI Kentaro. Thanks!!!
  • Loading branch information
kou committed Nov 15, 2015
2 parents a12cf33 + 22cb60b commit dec8109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ on running Groonga Admin.

Run Groonga Admin:

% grunt server
% grunt serve

If you want to use Groonga HTTP server run on `groonga.example.com`,
run Groonga Admin as by the following command line:

% GROONGA_HOST=groonga.example.com grunt server
% GROONGA_HOST=groonga.example.com grunt serve

0 comments on commit dec8109

Please sign in to comment.