From 6471e0ee093583c3e8bfcf904c87407f421d041a Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Fri, 9 Jun 2017 17:25:59 +0200 Subject: Remove commands for standard git configuration These commands are not specific for Vespa development in any way. Further, there is no reference to git in the rest of the readme. --- README.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5658929e693..459f1637ac7 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,6 @@ Code licensed under the Apache 2.0 license. See [LICENSE](LICENSE) for terms. ## Get started developing -### Set up local git config - git config --global user.name "John Doe" - git config --global user.email johndoe@host.com - ### Set up build environment C++ building is supported on CentOS 7. -- cgit v1.2.3