From 699287c0b8f465eb083926985e058d27ea1f958b Mon Sep 17 00:00:00 2001 From: Eugene Date: Thu, 30 Aug 2018 21:44:48 +0800 Subject: [PATCH] In order to improve readability, complement some stuffs into readme doc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d4088657..69496d995 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. +
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