aroundabout commented on code in PR #2390:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2390#discussion_r1428851215


##########
README.md:
##########
@@ -27,28 +24,19 @@ Billions of vertices and edges can be easily stored into 
and queried from HugeGr
 - Compliance to [Apache TinkerPop 3](https://tinkerpop.apache.org/), support 
[Gremlin](https://tinkerpop.apache.org/gremlin.html) & 
[Cypher](https://en.wikipedia.org/wiki/Cypher) language
 - Schema Metadata Management, including VertexLabel, EdgeLabel, PropertyKey 
and IndexLabel
 - Multi-type Indexes, supporting exact query, range query and complex 
conditions combination query
-- Plug-in Backend Store Driver Framework, support `RocksDB`, `Cassandra`, 
`HBase`, `ScyllaDB`, and `MySQL/Postgre` now and easy to add other backend 
store driver if needed
+- Plug-in Backend Store Driver Framework, support `RocksDB`, `Cassandra`, 
`HBase`, `ScyllaDB`, and `MySQL/Postgre` now and easy to add another backend 
store driver if needed
 - Integration with `Flink/Spark/HDFS`, and friendly to connect other big data 
platforms
 
 
 ## Quick Start
 
-### 1. Docker Way
 
-We can use `docker run -itd --name=graph -p 8080:8080 hugegraph/hugegraph` to 
quickly start an inner 
-HugeGraph server with `RocksDB` in background.
-
-Optional: 
-
-1. use `docker exec -it graph bash` to enter the container to do some 
operations.
-2. use `docker run -itd --name=graph -p 8080:8080 -e PRELOAD="true" 
hugegraph/hugegraph` to start with a **built-in** (example) graph.
-
-### 2. Download Way
+### 1. Download Way
 
 Visit [Download Page](https://hugegraph.apache.org/docs/download/download/) 
and refer the 
[doc](https://hugegraph.apache.org/docs/quickstart/hugegraph-server/#33-source-code-compilation)
 

Review Comment:
   > seems the refer doc is not for binary release? (use binary pkg instruction 
link here)
   
   Changed.
   But it should be adjusted to sync the doc again (in doc the order of how to 
get hugegraph will be changed)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to