TINKERPOP-1552 Minor dev docs formatting
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/980c774b Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/980c774b Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/980c774b Branch: refs/heads/tp32 Commit: 980c774b3aa5d92fc9e3f16c4fbabaf751bf211a Parents: 0cab22e Author: Stephen Mallette <[email protected]> Authored: Thu May 18 16:42:16 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Wed Jun 28 15:13:11 2017 -0400 ---------------------------------------------------------------------- docs/src/dev/developer/development-environment.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/980c774b/docs/src/dev/developer/development-environment.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/dev/developer/development-environment.asciidoc b/docs/src/dev/developer/development-environment.asciidoc index 3d27605..2e48b87 100644 --- a/docs/src/dev/developer/development-environment.asciidoc +++ b/docs/src/dev/developer/development-environment.asciidoc @@ -106,7 +106,7 @@ mvn clean install -pl gremlin-console -DskipIntegrationTests=false ~~~~~~~~~~~~~~~~ The build optionally requires link:https://www.microsoft.com/net/core[.NET Core SDK] (>=1.1.0) to work with the -gremlin-dotnet module. If .NET Core SDK is not installed, TinkerPop will still build with Maven, but .NET projects +`gremlin-dotnet` module. If .NET Core SDK is not installed, TinkerPop will still build with Maven, but .NET projects will be skipped. `gremlin-dotnet` which also includes Gremlin-Csharp can be build and tested from the command line with: @@ -114,7 +114,7 @@ will be skipped. [source,text] mvn clean install -Pgremlin-dotnet -which enables the âgremlin-dotnetâ Maven profile or in a more automated fashion simply add a `.glv` file to the `src` +which enables the "gremlin-dotnet" Maven profile or in a more automated fashion simply add a `.glv` file to the `src` and `test` directories of the `gremlin-dotnet` module  which will signify to Maven that the environment is .NET-ready. The `.glv` file need not have any contents and is ignored by Git. A standard `mvn clean install` will then build `gremlin-dotnet` in full.
