Skip to content

Commit 0fd85c0

Browse files
authored
Update README.md
1 parent eb36ce7 commit 0fd85c0

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
AppNet.Link controller services to support [AppNet.link](https://github.com/InstantWebP2P/appnet.link) protocol
33

44

5-
### Prerequisites
5+
## 1. Prerequisites
66

77
* Build Neo4j 2.1.8 on Linux with Docker, then start Neo4j services
88

@@ -12,8 +12,10 @@ AppNet.Link controller services to support [AppNet.link](https://github.com/Inst
1212

1313
./neo4jpkg cp -rf /tmp/*.tar* .
1414

15+
16+
## 2. Install
1517

16-
### Install
18+
### 2.1 Install stand-alone
1719

1820
* appnet.link-controller depends on nodejs-httpp, please build it from [nodejs-httpp](https://github.com/InstantWebP2P/nodejs-httpp.git)
1921

@@ -32,7 +34,7 @@ AppNet.Link controller services to support [AppNet.link](https://github.com/Inst
3234
* now ready to serve [appnet.link](https://github.com/InstantWebP2P/appnet.link) client
3335

3436

35-
#### Install on Linux with Docker
37+
#### 2.2 Install on Linux with Docker
3638

3739
* Build nodejs-httpp docker images, refer to [nodejs-httpp](https://github.com/InstantWebP2P/nodejs-httpp)
3840

@@ -66,7 +68,7 @@ AppNet.Link controller services to support [AppNet.link](https://github.com/Inst
6668
connecting to primary name-server successfully
6769

6870

69-
### Code structure
71+
## Code structure
7072

7173
```js
7274

@@ -87,25 +89,25 @@ AppNet.Link controller services to support [AppNet.link](https://github.com/Inst
8789

8890
```
8991

90-
### More demos:
92+
## More demos:
9193

9294
Look on demos/
9395

9496

95-
### TODO:
97+
## TODO:
9698

9799
* User authentication
98100
* Domain authorization
99101
* Improve documents, Protocol Spec, RFC draft
100102
* Cluster implementation based on [Raft](https://raft.github.io/) consensus protocol
101103

102104

103-
### Support us
105+
## Support us
104106

105107
* Welcome contributing on document, codes, tests and issues
106108

107109

108-
### License
110+
## License
109111

110112
(The MIT License)
111113

0 commit comments

Comments
 (0)