docs: update expressions in readme

This commit is contained in:
bookug 2020-08-31 21:32:54 +08:00
parent 3b4fe58f02
commit 7636056cb6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Gstore System
# gStore
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.
gStore is a graph database engine for managing large graph-structured data, which is open-source and targets at Linux. This 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 gStore.
**The formal help document is in [English(EN)](docs/help/gStore_help.pdf) and [中文(ZH)](docs/help/gStore_help_ZH.pdf).**