cc_project_template_bazel

A Bazel, ninja, and googletest-based C++ project template
git clone https://git.bracken.jp/cc_project_template_bazel.git
Log | Files | Refs | README | LICENSE

commit eaff3a58c21105e3ca15eaf22a02b5158dd3f6f8
parent 12a4df7ccb1e595cf8f60a82f8dcfc425708556f
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri,  8 May 2020 16:39:59 -0700

Delete instructions for cloning the repo

Anyone who's planning to clone the repo almost certainly knows how.

Diffstat:
MREADME.md | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -12,13 +12,6 @@ Prerequisites 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: - - git clone git@gitlab.com:cbracken/cc_project_template_bazel.git - Building and running --------------------