Minor update of README.

This commit is contained in:
Andreas Schuh 2013-11-06 20:56:03 +00:00
parent 3900860906
commit 0c65228956

9
README
View file

@ -1,6 +1,5 @@
This repository contains a C++ of the Google commandline flags module.
Documentation for the C++ implementation is in doc/. The python version of
gflags is now shipped seperately as it is completely independent of this
module.
This repository contains the C++ implementation of the commandline flags module
originally developed at Google. Documentation for this module is in doc/.
The python version of gflags is now a separate project.
See INSTALL for (generic) installation instructions for C++.
See INSTALL for (generic) installation instructions.