IgGusev commented on code in PR #1767: URL: https://github.com/apache/ignite-3/pull/1767#discussion_r1131095408
########## DEVNOTES.md: ########## @@ -14,26 +14,28 @@ *** -## Building Ignite -Ignite follows standard guidelines for multi-module Gradle projects, so it can be easily built using the following command from the project root directory (you can disable the tests when building using `-x test`): +## Quick Start +Ignite follows standard guidelines for multi-module Gradle projects, so it can be easily built using the following command from the project Review Comment: 1. We should mention Apache. 2. Avoid `using`, its always hard to figure out. Change it to by using etc. 3. Avoid easily etc. 3. End sentence with dots or other punctuation. Here's a suggestion: Apache Ignite 3 follows standard guidelines for multi-module Gradle projects, so it can be built by using the following command from the project: ########## DEVNOTES.md: ########## @@ -14,26 +14,28 @@ *** -## Building Ignite -Ignite follows standard guidelines for multi-module Gradle projects, so it can be easily built using the following command from the project root directory (you can disable the tests when building using `-x test`): +## Quick Start +Ignite follows standard guidelines for multi-module Gradle projects, so it can be easily built using the following command from the project +root directory: ``` gradlew clean build ``` -Upon build completion, CLI tool can be found be under `modules/cli/build` directory. Use `ignite` on Linux and MacOS, or `ignite.exe` on Windows. -*** +Apart from building the project itself this command performs a few additional actions, for instance, testing. The build runs faster if Review Comment: This command builds a project and performs a few additional actions, for example it also runs tests. The build runs faster if -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
