Repository: incubator-griffin Updated Branches: refs/heads/master 42cad151e -> 7af687964
In order to improve readability, complement some stuffs into readme doc Author: Eugene <[email protected]> Closes #407 from toyboxman/doc. Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/7af68796 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/7af68796 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/7af68796 Branch: refs/heads/master Commit: 7af6879647192daecaaa852c84e90a95cef3eb8e Parents: 42cad15 Author: Eugene <[email protected]> Authored: Thu Aug 30 22:02:10 2018 +0800 Committer: Lionel Liu <[email protected]> Committed: Thu Aug 30 22:02:10 2018 +0800 ---------------------------------------------------------------------- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/7af68796/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1d40886..69496d9 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,12 @@ Apache Griffin is a model driven data quality solution for modern data systems. ### Quick Start -You can try Griffin in docker following the [docker guide](griffin-doc/docker/griffin-docker-guide.md). +You can try running Griffin in docker following the [docker guide](griffin-doc/docker/griffin-docker-guide.md). ### Environment for Dev Follow [Apache Griffin Development Environment Build Guide](griffin-doc/dev/dev-env-build.md) to set up development environment. +<br>If you want to contribute codes to Griffin, please follow [Apache Griffin Development Code Style Config Guide](griffin-doc/dev/code-style.md) to keep consistent code style. ### Deployment at Local
