commit a75363a4ee657d5f3b5911d49460ab6c7a070b05
parent 934278b8ec98f47485a839528c68eded3793afc0
Author: Chris Bracken <chris@bracken.jp>
Date: Mon, 9 Nov 2020 23:51:50 -0800
Eliminate hardcoded repo URL in README.md
Most people coming to GitHub/Gitlab, etc. know how to clone a repo.
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
@@ -8,13 +8,6 @@ A [Bazel](http://bazel.build) and
To build, you'll need [Bazel](http://bazel.build) and a clang build toolchain
installed on your system.
-## Obtaining the source
-
-First, clone the repo:
-```shell
-git clone git@gitlab.com:cbracken/cc_project_template_bazel.git
-```
-
## Building and running
### Unit tests