subtle change to README

This commit is contained in:
bookug 2016-05-06 21:34:57 +08:00
parent a91c71574a
commit 83be90f6ab
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Gstore System(also called gStore) is a graph database engine for managing large graph-structured data, which is open-source and targets at Linux operation systems. The whole project is written in C++, with the help of some libraries such as readline, antlr, and so on. Only source tarballs are provided currently, which means you have to compile the source code if you want to use our system.
**The handbook is in [Handbook](docs/latex/gStore_help.pdf).**
**The formal help document is in [Handbook](docs/latex/gStore_help.pdf).**
## Getting Started