Skip to content

Commit

Permalink
docs(readme) add more development instructions
Browse files Browse the repository at this point in the history
The different test suites and the way test/development running Kong need
a different configuration file can be confusing at first, so this adds
some more insight as to what is needed and why.

Of course, this is the current system but nothing prevents it from being
improved in the future.
  • Loading branch information
thibaultcha authored and subnetmarco committed Jan 21, 2016
1 parent 14351e3 commit 6c31ec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ coverage:
@rm -f luacov.*
@busted --coverage spec/
@luacov -c spec/.luacov
@tail -n 1 luacov.report.out | awk '{ print $$3 }'
@tail -n 1 luacov.report.out | awk '{ print $$3 }'
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Support, Demo, Training, API Certifications and Consulting available at https://
## License

```
Copyright 2015 Mashape, Inc
Copyright 2016 Mashape, Inc
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -277,4 +277,3 @@ limitations under the License.
[gitter-badge]: https://img.shields.io/badge/Gitter-Join%20Chat-blue.svg

[google-groups-url]: https://groups.google.com/forum/#!forum/konglayer

0 comments on commit 6c31ec5

Please sign in to comment.